Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:35

0001 from RecoTracker.PixelSeeding.pixelTripletHLTEDProducerDefault_cfi import pixelTripletHLTEDProducerDefault as _pixelTripletHLTEDProducerDefault
0002 
0003 pixelTripletHLTEDProducer = _pixelTripletHLTEDProducerDefault.clone()
0004 from Configuration.Eras.Modifier_trackingLowPU_cff import trackingLowPU
0005 from Configuration.Eras.Modifier_trackingPhase2PU140_cff import trackingPhase2PU140
0006 trackingLowPU.toModify(pixelTripletHLTEDProducer, maxElement=100000)
0007 trackingPhase2PU140.toModify(pixelTripletHLTEDProducer, maxElement=0)