Changeset 868daac in git
- Timestamp:
- Nov 3, 2016, 12:43:01 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 122ab2f
- Parents:
- 93b4a8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/StatusPidFilter.cc
r93b4a8c r868daac 104 104 pass = kFALSE; 105 105 106 // status == 3107 if(status == 3 ) pass = kTRUE;106 // hard scattering particles (first condition for Py6, second for Py8) 107 if(status == 3 || (status > 20 && status < 30 )) pass = kTRUE; 108 108 109 109 // electrons, muons, taus and neutrinos … … 111 111 112 112 // heavy quarks 113 if(pdgCode == 5 || pdgCode == 6) pass = kTRUE;113 if(pdgCode == 4 ||pdgCode == 5 || pdgCode == 6) pass = kTRUE; 114 114 115 115 // Gauge bosons and other fundamental bosons
Note:
See TracChangeset
for help on using the changeset viewer.