Skip to content

Commit

Permalink
Merge pull request #26339 from kpedro88/KeepHVDMParticles106X
Browse files Browse the repository at this point in the history
keep hidden valley and dark matter particles in miniAOD
  • Loading branch information
cmsbuild committed Apr 4, 2019
2 parents 3b2113e + 2ac7076 commit 7227dba
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -36,6 +36,10 @@
"keep abs(pdgId) = 10511 || abs(pdgId) = 10521 || abs(pdgId) = 10513 || abs(pdgId) = 10523 || abs(pdgId) = 20513 || abs(pdgId) = 20523 || abs(pdgId) = 10531 || abs(pdgId) = 10533 || abs(pdgId) = 20533 || abs(pdgId) = 10541 || abs(pdgId) = 10543 || abs(pdgId) = 20543",
#keep SUSY particles
"keep (1000001 <= abs(pdgId) <= 1000039 ) || ( 2000001 <= abs(pdgId) <= 2000015)",
# keep hidden valley particles
"keep (4900001 <= abs(pdgId) <= 4900991)",
# keep dark matter particles
"keep (51 <= abs(pdgId) <= 53)",
# keep protons
"keep pdgId = 2212",
"keep status == 3 || ( 21 <= status <= 29) || ( 11 <= status <= 19)", #keep event summary (status=3 for pythia6, 21 <= status <= 29 for pythia8)
Expand Down

0 comments on commit 7227dba

Please sign in to comment.