CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalBeamMonitor_cfi.py
Go to the documentation of this file.
2 
3 hcalBeamMonitor=cms.EDAnalyzer("HcalBeamMonitor",
4  # base class stuff
5  debug = cms.untracked.int32(0),
6  online = cms.untracked.bool(False),
7  AllowedCalibTypes = cms.untracked.vint32(0),
8  mergeRuns = cms.untracked.bool(False),
9  enableCleanup = cms.untracked.bool(False),
10  subSystemFolder = cms.untracked.string("Hcal/"),
11  TaskFolder = cms.untracked.string("BeamMonitor_Hcal/"),
12  skipOutOfOrderLS = cms.untracked.bool(True),
13  NLumiBlocks = cms.untracked.int32(4000),
14 
15  # BeamMonitor-specific Info
16 
17  # Input collections
18  hbheRechitLabel = cms.untracked.InputTag("hbhereco"),
19  hoRechitLabel = cms.untracked.InputTag("horeco"),
20  hfRechitLabel = cms.untracked.InputTag("hfreco"),
21  digiLabel = cms.untracked.InputTag("hcalDigis"),
22 
23  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?
24  lumiqualitydir = cms.untracked.string(""),
25  occupancyThresh = cms.untracked.double(0.0625),
26  hotrate = cms.untracked.double(0.25),
27  minBadCells = cms.untracked.int32(10),
28  Overwrite = cms.untracked.bool(False),
29  )