CMS 3D CMS Logo

PixelTripletLargeTipGenerator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # moving to the block. Will delete the PSet once transition is done
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)
13 )
14 from Configuration.Eras.Modifier_peripheralPbPb_cff import peripheralPbPb
15 peripheralPbPb.toModify(PixelTripletLargeTipGenerator, maxElement = 1000000)