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)
11 
12 # remove HCAL TP sim for premixing stage1
13 # not needed, sometimes breaks
14 from Configuration.ProcessModifiers.premix_stage1_cff import premix_stage1
15 premix_stage1.toReplaceWith(hcalDigiSequence, cms.Sequence(simHcalDigis))