Skip to content

Commit

Permalink
Merge pull request #10977 from kodolova/JPT7XX
Browse files Browse the repository at this point in the history
Fix bug in JetPlusTrackCorrections_cff.py: add JetVertexExtender
  • Loading branch information
cmsbuild committed Sep 1, 2015
2 parents 677f33b + 7d9a2b5 commit 7b211f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,6 @@
ak4JetTracksAssociatorAtVertexJPT.useAssigned = cms.bool(True)
ak4JetTracksAssociatorAtVertexJPT.pvSrc = cms.InputTag("offlinePrimaryVertices")


# ---------- Tight Electron ID

from RecoEgamma.ElectronIdentification.electronIdSequence_cff import eidTight
Expand Down Expand Up @@ -42,6 +41,7 @@
JetPlusTrackCorrectionsAntiKt4 = cms.Sequence(
JPTeidTight*
ak4JetTracksAssociatorAtVertexJPT*
ak4JetTracksAssociatorAtCaloFace*
JetPlusTrackZSPCorJetAntiKt4
)

Expand Down

0 comments on commit 7b211f4

Please sign in to comment.