Skip to content

Commit

Permalink
Merge pull request #20840 from arizzi/fixJetFlavour
Browse files Browse the repository at this point in the history
MiniAOD: use all genParticles for patJets partonFlavour
  • Loading branch information
cmsbuild committed Oct 11, 2017
2 parents 8f333ea + 35e8aa8 commit 0cb7654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Expand Up @@ -375,7 +375,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 0cb7654

Please sign in to comment.