ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h
Revision: 1.2
Committed: Fri May 31 12:13:40 2013 UTC (11 years, 11 months ago) by flucke
Content type: text/plain
Branch: MAIN
CVS Tags: CMSSW_6_2_0, CMSSW_6_2_0_pre8, V04-00-14, V04-00-13, V04-00-09-53X-calib-V01, V04-00-12, HEAD
Changes since 1.1: +8 -0 lines
Log Message:
merging calibration development from branch 'branch53X_calibration' (tag
'br53-00-09') to HEAD:
- add backplane calibration
- configurable granularity in time (i.e. run) and space for lorentz angle
  calibrations
- more info in diagnostics tree

File Contents

# User Rev Content
1 flucke 1.2 #ifndef Alignment_CommonAlignmentAlgorithm_SiStripReadoutModeEnums_h
2     #define Alignment_CommonAlignmentAlgorithm_SiStripReadoutModeEnums_h
3    
4     // SiStripLatency::singleReadOutMode() returns
5     // 1: all in peak, 0: all in deco, -1: mixed state
6     enum {kDeconvolutionMode = 0, kPeakMode = 1};
7    
8     #endif