CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HcalLSbyLSMonitor_cfi Namespace Reference

Variables

tuple hcalLSbyLSMonitor
 

Variable Documentation

tuple HcalLSbyLSMonitor_cfi.hcalLSbyLSMonitor
Initial value:
1 = cms.EDAnalyzer("HcalLSbyLSMonitor",
2  # base class stuff
3  debug = cms.untracked.int32(0),
4  online = cms.untracked.bool(False),
5  AllowedCalibTypes = cms.untracked.vint32([0,1,2,3,4,5,6,7]),
6  mergeRuns = cms.untracked.bool(False),
7  enableCleanup = cms.untracked.bool(False),
8  subSystemFolder = cms.untracked.string("Hcal/"),
9  TaskFolder = cms.untracked.string("LSbyLS_Hcal/"),
10  skipOutOfOrderLS = cms.untracked.bool(True),
11  NLumiBlocks = cms.untracked.int32(4000),
12  makeDiagnostics = cms.untracked.bool(False),
13 
14  # List directories of all tasks that contribute to this test
15  # Make sure that all listed tasks are filling their ProblemCurrentLB histogram,
16  # or they will cause this test to automatically fail!
17  TaskDirectories = cms.untracked.vstring("DeadCellMonitor_Hcal/",
18  "DigiMonitor_Hcal/",
19  "HotCellMonitor_Hcal/",
20  "BeamMonitor_Hcal/"),
21  minEvents = cms.untracked.int32(500),
22  FEDRawDataCollection=cms.untracked.InputTag("rawDataCollector")
23  )

Definition at line 3 of file HcalLSbyLSMonitor_cfi.py.