CMS 3D CMS Logo

SimTrackerLinks_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 from Configuration.Eras.Modifier_fastSim_cff import fastSim
7 
8 
9 tpPruningTask = cms.Task(prunedTrackingParticles,prunedDigiSimLinks)
10 
11 fastSim.toModify(tpPruningTask, lambda x: x.remove(prunedDigiSimLinks))