Changeset 07b03c7 in git
- Timestamp:
- Nov 3, 2016, 12:44:02 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 122ab2f
- Parents:
- c28cfdd
- git-author:
- Michele Selvaggi <michele.selvaggi@…> (11/03/16 12:44:02)
- git-committer:
- GitHub <noreply@…> (11/03/16 12:44:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/StatusPidFilter.cc
rc28cfdd r07b03c7 105 105 106 106 // hard scattering particles (first condition for Py6, second for Py8) 107 if(status == 3 || (status > 20 && status < 30 ) pass = kTRUE;107 if(status == 3 || (status > 20 && status < 30 )) pass = kTRUE; 108 108 109 109 // electrons, muons, taus and neutrinos
Note:
See TracChangeset
for help on using the changeset viewer.