CMS 3D CMS Logo

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