CMS 3D CMS Logo

LinkBoardElectronicIndex.h

Go to the documentation of this file.
00001 #ifndef CondFormatsRPCObjectsLinkBoardElectronicIndex_H
00002 #define CondFormatsRPCObjectsLinkBoardElectronicIndex_H
00003 
00004 /* \class LinkBoardElectronicIndex
00005  * chamber location describtion as given by RawData, naming follows DB
00006  */
00007 
00008 #include <string>
00009 
00010 struct LinkBoardElectronicIndex {
00011   int dccId;
00012   int dccInputChannelNum; 
00013   int tbLinkInputNum;
00014   int lbNumInLink; 
00015   std::string print( int depth = 0) const;
00016 };
00017 #endif

Generated on Tue Jun 9 17:26:45 2009 for CMSSW by  doxygen 1.5.4