CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/SiStripCommon/interface/ConstantsForCondObjects.h

Go to the documentation of this file.
00001 #ifndef DataFormats_SiStripCommon_ConstantsForCondObjects_H
00002 #define DataFormats_SiStripCommon_ConstantsForCondObjects_H
00003 
00004 
00005 namespace sistrip {
00006   static const uint32_t FirstBadStripMask_  = 0x3FF;
00007   static const uint32_t RangeBadStripMask_  = 0x3FF;
00008   static const uint32_t FlagBadStripMask_   = 0xFFF;
00009 
00010   static const uint32_t FirstThStripMask_  = 0x3FF;
00011   static const uint32_t HighThStripMask_   = 0x3F;
00012   static const uint32_t LowThStripMask_    = 0x3F;
00013 
00014   static const uint32_t FirstBadStripShift_ = 22;
00015   static const uint32_t RangeBadStripShift_ = 12;
00016   static const uint32_t FlagBadStripShift_  = 0;
00017 
00018   static const uint32_t FirstThStripShift_ = 6;
00019   static const uint32_t HighThStripShift_  = 0;
00020   static const uint32_t LowThStripShift_   = 0;
00021 }
00022 
00023 #endif // DataFormats_SiStripCommon_ConstantsForCondObjects_H