| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

OTChannelID.cpp

Go to the documentation of this file.
00001 // $Id: OTChannelID.cpp,v 1.2 2007/07/20 16:06:59 jonrob Exp $
00002 // Include files
00003 
00004 // local
00005 #include "Kernel/OTChannelID.h"
00006 
00007 //-----------------------------------------------------------------------------
00008 // Implementation file for class : OTChannelID
00009 //
00010 // 2007-07-11 : Chris Jones
00011 //-----------------------------------------------------------------------------
00012 
00013 std::ostream& LHCb::OTChannelID::fillStream(std::ostream& s) const
00014 {
00015   return s << "{ OTChannelID : " << channelID()
00016            << " : TDCtime=" << tdcTime()
00017            << " straw=" << straw()
00018            << " module=" << module()
00019            << " quarter=" << quarter()
00020            << " layer=" << layer()
00021            << " station=" << station()
00022            << " uniqueStraw=" << uniqueStraw()
00023            << " uniqueModule=" << uniqueModule()
00024            << " uniqueQuarter=" << uniqueQuarter()
00025            << " uniqueLayer=" << uniqueLayer()
00026            << " }";
00027 }
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:03:13 2011 for LHCbKernel by doxygen 1.4.7