Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:37

0001 import FWCore.ParameterSet.Config as cms
0002 from  PhysicsTools.NanoAOD.common_cff import *
0003 
0004 # IMPORTANT: This variable has to end in "Table"! 
0005 uMNioTable= cms.EDProducer("HcalUMNioTableProducer",
0006   tagUMNio = cms.untracked.InputTag("hcalDigis"),
0007 )
0008 
0009 uMNioTableTask = cms.Task(uMNioTable)
0010 uMNioTableSeq = cms.Sequence(uMNioTable)