CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/HcalMonitorTasks/python/HcalLSbyLSMonitor_cfi.py

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