CMS 3D CMS Logo

Variables

HcalLSbyLSMonitor_cfi Namespace Reference

Variables

tuple HcalLSbyLSMonitor

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("HcalLSbyLSMonitor",
00002                                  # base class stuff
00003                                  debug                  = cms.untracked.int32(0),
00004                                  online                 = cms.untracked.bool(False),
00005                                  AllowedCalibTypes      = cms.untracked.vint32([0,1,2,3,4,5,6,7]),
00006                                  mergeRuns              = cms.untracked.bool(False),
00007                                  enableCleanup          = cms.untracked.bool(False),
00008                                  subSystemFolder        = cms.untracked.string("Hcal/"),
00009                                  TaskFolder             = cms.untracked.string("LSbyLS_Hcal/"),
00010                                  skipOutOfOrderLS       = cms.untracked.bool(True),
00011                                  NLumiBlocks            = cms.untracked.int32(4000),
00012                                  makeDiagnostics        = cms.untracked.bool(False),
00013                                  
00014                                  # List directories of all tasks that contribute to this test
00015                                  # Make sure that all listed tasks are filling their ProblemCurrentLB histogram,
00016                                  # or they will cause this test to automatically fail!
00017                                  TaskDirectories        = cms.untracked.vstring("DeadCellMonitor_Hcal/",
00018                                                                                 "DigiMonitor_Hcal/",
00019                                                                                 "HotCellMonitor_Hcal/",
00020                                                                                 "BeamMonitor_Hcal/"),
00021                                  minEvents              = cms.untracked.int32(500)
00022                                  )

Definition at line 3 of file HcalLSbyLSMonitor_cfi.py.