Skip to content

Commit

Permalink
skip rekeying of TrackExtra refs in tau embedding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavid committed Aug 31, 2020
1 parent ff0939b commit b324993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TauAnalysis/MCEmbeddingTools/python/customisers.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def customiseSelecting(process,reselect=False):
dataTier="SELECT"

process.load('TauAnalysis.MCEmbeddingTools.SelectingProcedure_cff')
# don't rekey TrackExtra refs because the full original collections are anyways stored
process.slimmedMuons.trackExtraAssocs = []
process.patMuonsAfterKinCuts.src = cms.InputTag("slimmedMuons","",dataTier)
process.patMuonsAfterID = process.patMuonsAfterLooseID.clone()

Expand Down

0 comments on commit b324993

Please sign in to comment.