Skip to content

Commit

Permalink
Merged JPT7XX from repository kodolova
Browse files Browse the repository at this point in the history
  • Loading branch information
kodolova committed Aug 27, 2015
2 parents aff6fe4 + 38906da commit 56e9288
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RecoJets/JetPlusTracks/python/JetPlusTrackCorrections_cff.py
Expand Up @@ -5,7 +5,8 @@
ak4JetTracksAssociatorAtVertexJPT = ak4JetTracksAssociatorAtVertex.clone()
ak4JetTracksAssociatorAtVertexJPT.useAssigned = cms.bool(True)
ak4JetTracksAssociatorAtVertexJPT.pvSrc = cms.InputTag("offlinePrimaryVertices")

ak4JetExtenderJPT = ak4JetExtender.clone()
ak4JetExtenderJPT.jet2TracksAtVX = cms.InputTag("ak4JetTracksAssociatorAtVertexJPT")

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

Expand Down Expand Up @@ -41,7 +42,10 @@

JetPlusTrackCorrectionsAntiKt4 = cms.Sequence(
JPTeidTight*
#trackExtrapolator*
ak4JetTracksAssociatorAtVertexJPT*
ak4JetTracksAssociatorAtCaloFace*
ak4JetExtenderJPT*
JetPlusTrackZSPCorJetAntiKt4
)

Expand Down

0 comments on commit 56e9288

Please sign in to comment.