Skip to content

Commit

Permalink
use all genParticles for patJets partonFlavour
Browse files Browse the repository at this point in the history
  • Loading branch information
arizzi committed Oct 9, 2017
1 parent 66f2f62 commit 35e8aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def miniAOD_customizeMC(process):
#Boosted taus
process.tauMatchBoosted.matched = "prunedGenParticles"
process.tauGenJetsBoosted.GenParticles = "prunedGenParticles"
process.patJetPartons.particles = "prunedGenParticles"
process.patJetPartons.particles = "genParticles"
process.patJetPartonMatch.matched = "prunedGenParticles"
process.patJetPartonMatch.mcStatus = [ 3, 23 ]
process.patJetGenJetMatch.matched = "slimmedGenJets"
Expand Down

0 comments on commit 35e8aa8

Please sign in to comment.