Changeset fbad4c7 in git for modules/StatusPidFilter.cc
- Timestamp:
- May 24, 2018, 9:12:31 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 4689481
- Parents:
- 4fd4f01 (diff), 792092a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/StatusPidFilter.cc
r4fd4f01 rfbad4c7 177 177 pass = kFALSE; 178 178 179 // Store all SUSY particles 180 if(pdgCode >= 1000001 && pdgCode <= 1000039) pass = kTRUE; 181 179 182 // hard scattering particles (first condition for Py6, second for Py8) 180 183 if(status == 3) pass = kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.