CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
siStripFEDCheck_cfi Namespace Reference

Variables

tuple siStripFEDCheck
 

Variable Documentation

tuple siStripFEDCheck_cfi.siStripFEDCheck
Initial value:
1 = cms.EDAnalyzer("SiStripFEDCheckPlugin",
2  #Directory to book histograms in
3  DirName = cms.untracked.string('SiStrip/FEDIntegrity/'),
4  #Raw data collection
5  RawDataTag = cms.InputTag('source'),
6  #Number of events to cache info before updating histograms
7  #(set to zero to disable cache)
8  #HistogramUpdateFrequency = cms.untracked.uint32(0),
9  HistogramUpdateFrequency = cms.untracked.uint32(1000),
10  #Print info about errors buffer dumps to LogInfo(SiStripFEDCheck)
11  PrintDebugMessages = cms.untracked.bool(False),
12  #Write the DQM store to a file (DQMStore.root) at the end of the run
13  WriteDQMStore = cms.untracked.bool(False),
14  #Use to disable all payload (non-fatal) checks
15  DoPayloadChecks = cms.untracked.bool(True),
16  #Use to disable check on channel lengths
17  CheckChannelLengths = cms.untracked.bool(True),
18  #Use to disable check on channel packet codes
19  CheckChannelPacketCodes = cms.untracked.bool(True),
20  #Use to disable check on FE unit lengths in full debug header
21  CheckFELengths = cms.untracked.bool(True),
22  #Use to disable check on channel status bits
23  CheckChannelStatus = cms.untracked.bool(True),
24 )

Definition at line 3 of file siStripFEDCheck_cfi.py.