Variables | |
tuple | siStripFEDCheck |
00001 cms.EDAnalyzer("SiStripFEDCheckPlugin", 00002 #Directory to book histograms in 00003 DirName = cms.untracked.string('SiStrip/FEDIntegrity/'), 00004 #Raw data collection 00005 RawDataTag = cms.InputTag('source'), 00006 #Number of events to cache info before updating histograms 00007 #(set to zero to disable cache) 00008 #HistogramUpdateFrequency = cms.untracked.uint32(0), 00009 HistogramUpdateFrequency = cms.untracked.uint32(1000), 00010 #Print info about errors buffer dumps to LogInfo(SiStripFEDCheck) 00011 PrintDebugMessages = cms.untracked.bool(False), 00012 #Write the DQM store to a file (DQMStore.root) at the end of the run 00013 WriteDQMStore = cms.untracked.bool(False), 00014 #Use to disable all payload (non-fatal) checks 00015 DoPayloadChecks = cms.untracked.bool(True), 00016 #Use to disable check on channel lengths 00017 CheckChannelLengths = cms.untracked.bool(True), 00018 #Use to disable check on channel packet codes 00019 CheckChannelPacketCodes = cms.untracked.bool(True), 00020 #Use to disable check on FE unit lengths in full debug header 00021 CheckFELengths = cms.untracked.bool(True), 00022 #Use to disable check on channel status bits 00023 CheckChannelStatus = cms.untracked.bool(True), 00024 )
Definition at line 3 of file siStripFEDCheck_cfi.py.