src
DPGAnalysis
HcalNanoAOD
python
hcalUMNioTable_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
from
PhysicsTools.NanoAOD.common_cff
import
*
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)
common_cff
Generated for CMSSW Reference Manual by
1.8.14