Variables | |
tuple | HcalDetDiagLEDMonitor |
00001 cms.EDAnalyzer("HcalDetDiagLEDMonitor", 00002 # base class stuff 00003 debug = cms.untracked.int32(0), 00004 online = cms.untracked.bool(False), 00005 AllowedCalibTypes = cms.untracked.vint32(1,2,3,4,5), 00006 mergeRuns = cms.untracked.bool(False), 00007 enableCleanup = cms.untracked.bool(False), 00008 subSystemFolder = cms.untracked.string("Hcal/"), 00009 TaskFolder = cms.untracked.string("DetDiagLEDMonitor_Hcal/"), 00010 skipOutOfOrderLS = cms.untracked.bool(True), 00011 NLumiBlocks = cms.untracked.int32(4000), 00012 makeDiagnostics = cms.untracked.bool(False), 00013 00014 # DetDiag LED Monitor-specific Info 00015 LEDMeanThreshold = cms.untracked.double(0.1), 00016 LEDRmsThreshold = cms.untracked.double(0.1), 00017 LEDReferenceData = cms.untracked.string(""), 00018 OutputFilePath = cms.untracked.string(""), 00019 XmlFilePath = cms.untracked.string(""), 00020 digiLabel = cms.untracked.InputTag("hcalDigis"), 00021 calibDigiLabel = cms.untracked.InputTag("hcalDigis"), 00022 triggerLabel = cms.untracked.InputTag("l1GtUnpack"), 00023 )
Definition at line 3 of file HcalDetDiagLEDMonitor_cfi.py.