Skip to content

Commit

Permalink
Fixes a unit test failure in TauAnalysis/MCEmbeddingTools (back port of
Browse files Browse the repository at this point in the history
  • Loading branch information
bainbrid authored and slava77devel committed Dec 8, 2020
1 parent 7f4b811 commit f22951d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TauAnalysis/MCEmbeddingTools/python/customisers.py
Expand Up @@ -408,11 +408,15 @@ def customiseMerging(process, changeProcessname=True,reselect=False):
# process.merge_step.remove(process.gedPhotonsTmp)
# process.merge_step.remove(process.particleFlowTmp)
process.merge_step.remove(process.hcalnoise)
process.merge_step.remove(process.lowPtGsfElectronTask)
process.merge_step.remove(process.gsfTracksOpenConversions)

process.load('CommonTools.ParticleFlow.genForPF2PAT_cff')

process.merge_step += process.genForPF2PATSequence

process.slimmingTask.remove(process.slimmedLowPtElectronsTask)

process.schedule.insert(0,process.merge_step)
# process.load('PhysicsTools.PatAlgos.slimming.slimmedGenJets_cfi')

Expand Down

0 comments on commit f22951d

Please sign in to comment.