CMS 3D CMS Logo

pixelTripletHLTEDProducer_cfi.py
Go to the documentation of this file.
1 from RecoPixelVertexing.PixelTriplets.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_trackingPhase1PU70_cff import trackingPhase1PU70
6 from Configuration.Eras.Modifier_trackingPhase2PU140_cff import trackingPhase2PU140
7 trackingLowPU.toModify(pixelTripletHLTEDProducer, maxElement=100000)
8 trackingPhase1PU70.toModify(pixelTripletHLTEDProducer, maxElement=0)
9 trackingPhase2PU140.toModify(pixelTripletHLTEDProducer, maxElement=0)