Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 from RecoTracker.PixelSeeding.pixelTripletLargeTipEDProducerDefault_cfi import pixelTripletLargeTipEDProducerDefault as _pixelTripletLargeTipEDProducerDefault
0002 
0003 pixelTripletLargeTipEDProducer = _pixelTripletLargeTipEDProducerDefault.clone()
0004 from Configuration.Eras.Modifier_trackingLowPU_cff import trackingLowPU
0005 from Configuration.Eras.Modifier_trackingPhase2PU140_cff import trackingPhase2PU140
0006 trackingLowPU.toModify(pixelTripletLargeTipEDProducer, maxElement=100000)
0007 trackingPhase2PU140.toModify(pixelTripletLargeTipEDProducer, maxElement=0)
0008 
0009 from Configuration.Eras.Modifier_peripheralPbPb_cff import peripheralPbPb
0010 from Configuration.Eras.Modifier_pp_on_XeXe_2017_cff import pp_on_XeXe_2017
0011 from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
0012 for e in [peripheralPbPb, pp_on_XeXe_2017, pp_on_AA]:
0013     e.toModify(pixelTripletLargeTipEDProducer, maxElement = 1000000)