2 ptMin = cms.double( 0.7 ),
3 doVariablePtMin = cms.bool (
True ),
4 originRadius = cms.double( 0.2 ),
5 nSigmaZ = cms.double(3.0),
6 beamSpot = cms.InputTag(
"offlineBeamSpot"),
7 precise = cms.bool(
True ),
8 useMultipleScattering = cms.bool(
False),
9 useFakeVertices = cms.bool(
False),
10 siPixelRecHits = cms.InputTag(
"siPixelRecHits" ),
11 directionXCoord = cms.double( 1.0 ),
12 directionYCoord = cms.double( 1.0 ),
13 directionZCoord = cms.double( 0.0 ),
14 useFoundVertices = cms.bool(
True),
15 VertexCollection = cms.InputTag(
"hiPixelClusterVertex"),
16 useFixedError = cms.bool(
True),
17 fixedError = cms.double(3.0),
18 sigmaZVertex = cms.double(3.0)