Skip to content

Commit

Permalink
Merge pull request #42500 from gmelachr/from-CMSSW_13_0_3
Browse files Browse the repository at this point in the history
Changes to store Daughters of Kshort and Lambda in the miniAOD prunedGenParticle Collection (backport to CMSSW_13_0_X)
  • Loading branch information
cmsbuild authored Aug 10, 2023
2 parents bd4a96a + 1418537 commit 4849282
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"drop pdgId == 21 && pt < 5", # remove pythia8 garbage
"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) == 310 || abs(pdgId) == 3122", # Keep Kshort, Lambda0 and their daughters
"keep+ abs(pdgId) == 310 || abs(pdgId) == 3122", # but keep first daughter, to allow lifetime determinations
"+keep abs(pdgId) == 13 && status == 1", # keep muon parents
# keep heavy flavour quarks for parton-based jet flavour
"keep (4 <= abs(pdgId) <= 5)",
Expand Down

0 comments on commit 4849282

Please sign in to comment.