CMS 3D CMS Logo

hcalUMNioTable_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 uMNioTable= cms.EDProducer("HcalUMNioTableProducer",
6  tagUMNio = cms.untracked.InputTag("hcalDigis"),
7 )
8 
9 uMNioTableTask = cms.Task(uMNioTable)
10 uMNioTableSeq = cms.Sequence(uMNioTable)