3 fftjetVertexAdder = cms.EDProducer(
7 beamSpotLabel = cms.InputTag(
"offlineBeamSpot"),
10 existingVerticesLabel = cms.InputTag(
"offlinePrimaryVertices"),
13 outputLabel = cms.string(
"FFTJetFudgedVertices"),
17 useBeamSpot = cms.bool(
True),
21 addExistingVertices = cms.bool(
False),
25 fixedX = cms.double(0.0),
26 fixedY = cms.double(0.0),
27 fixedZ = cms.double(0.0),
30 sigmaX = cms.double(0.0014),
31 sigmaY = cms.double(0.0014),
32 sigmaZ = cms.double(6.0),
35 nDof = cms.double(10.0),
36 chi2 = cms.double(10.0),
37 errX = cms.double(0.001),
38 errY = cms.double(0.001),
39 errZ = cms.double(0.01),
42 nVerticesToMake = cms.uint32(1)