CMS 3D CMS Logo

hcalDigiSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 
7 # simHcalUnsuppressedDigis is now done inside mixing module
8 hcalDigiSequence = cms.Sequence(simHcalTriggerPrimitiveDigis
9  +simHcalDigis
10  *simHcalTTPDigis)