CMS 3D CMS Logo

pixelTripletHLTEDProducer_cfi.py
Go to the documentation of this file.
1 from RecoTracker.PixelSeeding.pixelTripletHLTEDProducerDefault_cfi import pixelTripletHLTEDProducerDefault as _pixelTripletHLTEDProducerDefault
2 
3 pixelTripletHLTEDProducer = _pixelTripletHLTEDProducerDefault.clone()
4 from Configuration.Eras.Modifier_trackingLowPU_cff import trackingLowPU
5 from Configuration.Eras.Modifier_trackingPhase2PU140_cff import trackingPhase2PU140
6 trackingLowPU.toModify(pixelTripletHLTEDProducer, maxElement=100000)
7 trackingPhase2PU140.toModify(pixelTripletHLTEDProducer, maxElement=0)