CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h

Go to the documentation of this file.
00001 #ifndef Alignment_CommonAlignmentAlgorithm_SiStripReadoutModeEnums_h
00002 #define Alignment_CommonAlignmentAlgorithm_SiStripReadoutModeEnums_h
00003 
00004 // SiStripLatency::singleReadOutMode() returns
00005 // 1: all in peak, 0: all in deco, -1: mixed state
00006 enum {kDeconvolutionMode = 0, kPeakMode = 1};
00007 
00008 #endif