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
3 #include<string>
4 
5 /* \class ChamberLocationSpec
6  * Chamber Location specification as in online DB
7  */
8 
11  int layer;
12  int sector;
13  char subsector;
14  char febZOrnt;
17 
19  std::string print( int depth = 0) const;
20 
22 
23 };
24 
25 
26 #endif
std::string print(int depth=0) const
debug printout
std::string chamberLocationName() const