CMS 3D CMS Logo

hcalUHTRTable_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 # IMPORTANT: This variable has to end in "Table"!
5 uHTRTable= cms.EDProducer("HcalUHTRTableProducer",
6  InputLabel = cms.untracked.InputTag("rawDataCollector"),
7  FEDs = cms.untracked.vint32(),
8 )
9 
10 uHTRTableTask = cms.Task(uHTRTable)
11 uHTRTableSeq = cms.Sequence(uHTRTable)