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

In This Package:

VeloChannelID.cpp

Go to the documentation of this file.
00001 // $Id: VeloChannelID.cpp,v 1.1 2007/07/11 13:33:34 jonrob Exp $
00002 
00003 // local
00004 #include "Kernel/VeloChannelID.h"
00005 
00006 //-----------------------------------------------------------------------------
00007 // Implementation file for class : VeloChannelID
00008 //
00009 // 2007-07-11 : Chris Jones
00010 //-----------------------------------------------------------------------------
00011 
00012 std::ostream& LHCb::VeloChannelID::fillStream(std::ostream& s) const
00013 {
00014   s << "{ " << type()
00015     << " VeloChannelID : " << channelID()
00016     << " : strip=" << strip()
00017     << " sensor=" << sensor();
00018   return s << " }";
00019 }
| 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