CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/CondFormats/RPCObjects/interface/ChamberStripSpec.h

Go to the documentation of this file.
00001 #ifndef CondFormatsRPCObjectsChamberStripSpec_H
00002 #define CondFormatsRPCObjectsChamberStripSpec_H
00003 
00007 #include <string>
00008 
00009 struct ChamberStripSpec {
00010   int cablePinNumber;
00011   int chamberStripNumber;
00012   int cmsStripNumber;
00013   
00015   std::string print( int depth = 0) const;
00016 };
00017 
00018 #endif