src
SimTracker
Configuration
python
SimTrackerLinks_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
SimTracker.TrackAssociation.trackingParticlePrunerByGen_cfi
import
*
4
from
SimTracker.TrackAssociation.digiSimLinkPruner_cfi
import
*
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))
digiSimLinkPruner_cfi
trackingParticlePrunerByGen_cfi
Generated for CMSSW Reference Manual by
1.8.14