Variables | |
tuple | HcalBeamMonitor |
00001 cms.EDAnalyzer("HcalBeamMonitor", 00002 # base class stuff 00003 debug = cms.untracked.int32(0), 00004 online = cms.untracked.bool(False), 00005 AllowedCalibTypes = cms.untracked.vint32(0), 00006 mergeRuns = cms.untracked.bool(False), 00007 enableCleanup = cms.untracked.bool(False), 00008 subSystemFolder = cms.untracked.string("Hcal/"), 00009 TaskFolder = cms.untracked.string("BeamMonitor_Hcal/"), 00010 skipOutOfOrderLS = cms.untracked.bool(True), 00011 NLumiBlocks = cms.untracked.int32(4000), 00012 00013 # BeamMonitor-specific Info 00014 00015 # Input collections 00016 hbheRechitLabel = cms.untracked.InputTag("hbhereco"), 00017 hoRechitLabel = cms.untracked.InputTag("horeco"), 00018 hfRechitLabel = cms.untracked.InputTag("hfreco"), 00019 digiLabel = cms.untracked.InputTag("hcalDigis"), 00020 00021 minEvents = cms.untracked.int32(500), # changed from 500 to 250 when lumi section changed, but saw a lot of errors. Re-evaluate at some point? 00022 lumiqualitydir = cms.untracked.string(""), 00023 occupancyThresh = cms.untracked.double(0.0625), 00024 hotrate = cms.untracked.double(0.25), 00025 minBadCells = cms.untracked.int32(10), 00026 Overwrite = cms.untracked.bool(False), 00027 )
Definition at line 3 of file HcalBeamMonitor_cfi.py.