Skip to content

Commit

Permalink
Merge pull request #20716 from gpetruc/fix_tau_embedding_dedx
Browse files Browse the repository at this point in the history
Re-run dE/dx estimators on the merged track collection
  • Loading branch information
cmsbuild committed Oct 2, 2017
2 parents 8231d96 + f613b83 commit 66f2f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TauAnalysis/MCEmbeddingTools/python/customisers.py
Expand Up @@ -355,6 +355,7 @@ def customiseMerging(process, changeProcessname=True,reselect=False):
process.merge_step +=getattr(process, akt_manimod.module_name)


process.merge_step += process.doAlldEdXEstimators
process.merge_step += process.vertexreco
process.unsortedOfflinePrimaryVertices.beamSpotLabel = cms.InputTag("offlineBeamSpot","",dataTier)
process.ak4CaloJetsForTrk.srcPVs = cms.InputTag("firstStepPrimaryVertices","",dataTier)
Expand Down

0 comments on commit 66f2f62

Please sign in to comment.