Skip to content

Commit

Permalink
fix nVertices
Browse files Browse the repository at this point in the history
  • Loading branch information
mtosi committed Dec 19, 2016
1 parent dc8e2c9 commit 3f47885
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -208,7 +208,7 @@
vertexTag = cms.InputTag('trackingDQMgoodOfflinePrimaryVertices'),
timesTag = cms.InputTag(''),
timeResosTag = cms.InputTag(''),
nVertices = cms.uint32(0), ## how many vertices to look at before dropping the track
nVertices = cms.uint32(1), ## how many vertices to look at before dropping the track
vtxFallback = cms.bool(True), ## falback to beam spot if there are no vertices
# uses vtx=(0,0,0) with deltaZeta=15.9, deltaRho = 0.2
zetaVtx = cms.double(0.1),
Expand Down

0 comments on commit 3f47885

Please sign in to comment.