CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalOnlineHarvesting.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hcalOnlineHarvesting = cms.EDAnalyzer(
4  "HcalOnlineHarvesting",
5 
6  name = cms.untracked.string("HcalOnlineHarvesting"),
7  debug = cms.untracked.int32(0),
8  runkeyVal = cms.untracked.int32(0),
9  runkeyName = cms.untracked.string('pp_run'),
10  ptype = cms.untracked.int32(0),
11  mtype = cms.untracked.bool(True),
12  subsystem = cms.untracked.string("Hcal"),
13 )