CMS 3D CMS Logo

SimCalorimetry_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 calDigi = cms.Sequence(ecalDigiSequence+hcalDigiSequence+castorDigiSequence)
7 
8 # fastsim has no castor model
9 from Configuration.Eras.Modifier_fastSim_cff import fastSim
10 fastSim.toReplaceWith(calDigi, calDigi.copyAndExclude([castorDigiSequence]))