Skip to content

Commit

Permalink
Add missed flag in configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
kodolova committed Jun 26, 2020
1 parent b0922ca commit 88071d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RecoJets/JetPlusTracks/python/JetPlusTrackCorrections_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
UseZSP = cms.bool(False),
srcPVs = cms.InputTag('offlinePrimaryVertices'),
alias = cms.untracked.string('JetPlusTrackZSPCorJetAntiKt4'),
ptCUT = cms.double(15.)
ptCUT = cms.double(15.),
dRcone = cms.double(0.4)
)

JetPlusTrackZSPCorJetAntiKt4.JetTracksAssociationAtVertex = cms.InputTag("ak4JetTracksAssociatorAtVertexJPT")
Expand Down

0 comments on commit 88071d1

Please sign in to comment.