![]() |
![]() |
Variables | |
tuple | siStripFEDCheck |
tuple siStripFEDCheck_cfi::siStripFEDCheck [static] |
Initial value:
cms.EDAnalyzer("SiStripFEDCheckPlugin", #Directory to book histograms in DirName = cms.untracked.string('SiStrip/FEDIntegrity/'), #Raw data collection RawDataTag = cms.untracked.InputTag('source'), #Number of events to cache info before updating histograms #(set to zero to disable cache) #HistogramUpdateFrequency = cms.untracked.uint32(0), HistogramUpdateFrequency = cms.untracked.uint32(1000), #Print info about errors buffer dumps to LogInfo(SiStripFEDCheck) PrintDebugMessages = cms.untracked.bool(False), #Write the DQM store to a file (DQMStore.root) at the end of the run WriteDQMStore = cms.untracked.bool(False), #Use to disable all payload (non-fatal) checks DoPayloadChecks = cms.untracked.bool(False), #Use to disable check on channel lengths CheckChannelLengths = cms.untracked.bool(False), #Use to disable check on channel packet codes CheckChannelPacketCodes = cms.untracked.bool(False), #Use to disable check on FE unit lengths in full debug header CheckFELengths = cms.untracked.bool(False), #Use to disable check on channel status bits CheckChannelStatus = cms.untracked.bool(False), )
Definition at line 3 of file siStripFEDCheck_cfi.py.