CMS 3D CMS Logo

ChamberLocationSpec.h

Go to the documentation of this file.
00001 #ifndef CondFormatsRPCObjectsChamberLocationSpec_H
00002 #define CondFormatsRPCObjectsChamberLocationSpec_H
00003 #include<string>
00004 
00005 /* \class ChamberLocationSpec
00006  * Chamber Location specification as in online DB
00007  */
00008 
00009 struct ChamberLocationSpec {
00010   int diskOrWheel;
00011   int layer;
00012   int sector;
00013   std::string subsector;
00014   std::string chamberLocationName;
00015   std::string febZOrnt;
00016   std::string febZRadOrnt;
00017   std::string barrelOrEndcap; 
00018 
00020   std::string print( int depth = 0) const;
00021 };
00022 #endif

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