CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ChamberLocationSpec.h
Go to the documentation of this file.
1 #ifndef CondFormatsRPCObjectsChamberLocationSpec_H
2 #define CondFormatsRPCObjectsChamberLocationSpec_H
4 
5 #include<string>
6 
7 /* \class ChamberLocationSpec
8  * Chamber Location specification as in online DB
9  */
10 
13  int layer;
14  int sector;
15  char subsector;
16  char febZOrnt;
19 
21  std::string print( int depth = 0) const;
22 
24 
25 
27 };
28 
29 
30 #endif
std::string print(int depth=0) const
debug printout
std::string chamberLocationName() const
#define COND_SERIALIZABLE
Definition: Serializable.h:37