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