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 siPixelRecHits = cms.InputTag(
"siPixelRecHits" ),
9 directionXCoord = cms.double( 1.0 ),
10 directionYCoord = cms.double( 1.0 ),
11 directionZCoord = cms.double( 0.0 ),
12 useFoundVertices = cms.bool(
True),
13 VertexCollection = cms.InputTag(
"hiPixelClusterVertex"),
14 useFixedError = cms.bool(
True),
15 fixedError = cms.double(3.0),
16 sigmaZVertex = cms.double(3.0)