CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LinkBoardElectronicIndex.h
Go to the documentation of this file.
1 #ifndef CondFormatsRPCObjectsLinkBoardElectronicIndex_H
2 #define CondFormatsRPCObjectsLinkBoardElectronicIndex_H
3 
4 /* \class LinkBoardElectronicIndex
5  * chamber location describtion as given by RawData, naming follows DB
6  */
7 
8 #include <string>
9 
11  int dccId;
15  std::string print(int depth = 0) const;
16 };
17 #endif
std::string print(int depth=0) const