From d1f82fdf69ac807d657324f06e01744d92e3c182 Mon Sep 17 00:00:00 2001 From: kskovpen Date: Thu, 5 May 2016 10:05:39 +0200 Subject: [PATCH] keep muon parents --- PhysicsTools/PatAlgos/python/slimming/prunedGenParticles_cfi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PhysicsTools/PatAlgos/python/slimming/prunedGenParticles_cfi.py b/PhysicsTools/PatAlgos/python/slimming/prunedGenParticles_cfi.py index b0f29bae83407..81ff57ddf1780 100644 --- a/PhysicsTools/PatAlgos/python/slimming/prunedGenParticles_cfi.py +++ b/PhysicsTools/PatAlgos/python/slimming/prunedGenParticles_cfi.py @@ -15,6 +15,7 @@ "drop status == 2 && abs(pdgId) == 21", # but remove again gluons in the inheritance chain "keep abs(pdgId) == 23 || abs(pdgId) == 24 || abs(pdgId) == 25 || abs(pdgId) == 6 || abs(pdgId) == 37 ", # keep VIP(articles)s "keep abs(pdgId) == 310 && abs(eta) < 2.5 && pt > 1 ", # keep K0 + "+keep abs(pdgId) == 13 && status == 1", # keep muon parents # keep heavy flavour quarks for parton-based jet flavour "keep (4 <= abs(pdgId) <= 5)", # keep light-flavour quarks and gluons for parton-based jet flavour