Changes in / [f0caf50:2886328] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/StatusPidFilter.cc
rf0caf50 r2886328 177 177 pass = kFALSE; 178 178 179 // Store all SUSY particles180 if(pdgCode >= 1000001 && pdgCode <= 1000039) pass = kTRUE;181 182 179 // hard scattering particles (first condition for Py6, second for Py8) 183 180 if(status == 3) pass = kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.