CMS 3D CMS Logo

HcalOnlineHarvesting_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 from DQM.HcalTasks.DigiTask_cfi import digiTask
4 
5 hcalOnlineHarvesting = DQMEDHarvester(
6  "HcalOnlineHarvesting",
7 
8  name = cms.untracked.string("HcalOnlineHarvesting"),
9  debug = cms.untracked.int32(0),
10  runkeyVal = cms.untracked.int32(0),
11  runkeyName = cms.untracked.string('pp_run'),
12  ptype = cms.untracked.int32(0),
13  mtype = cms.untracked.bool(True),
14  subsystem = cms.untracked.string("Hcal"),
15  refDigiSize = digiTask.refDigiSize,
16 )