1 import FWCore.ParameterSet.Config
as cms
4 PixelTripletLargeTipGenerator = cms.PSet(
5 maxElement = cms.uint32(100000),
6 useBending = cms.bool(
True),
7 useFixedPreFiltering = cms.bool(
False),
8 ComponentName = cms.string(
'PixelTripletLargeTipGenerator'),
9 useMultScattering = cms.bool(
True),
10 phiPreFiltering = cms.double(0.3),
11 extraHitRPhitolerance = cms.double(0.032),
12 extraHitRZtolerance = cms.double(0.037)
14 from Configuration.Eras.Modifier_peripheralPbPb_cff
import peripheralPbPb
15 peripheralPbPb.toModify(PixelTripletLargeTipGenerator, maxElement = 1000000)