CMS 3D CMS Logo

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