- Timestamp:
- Dec 12, 2019, 3:08:26 PM (5 years ago)
- Branches:
- Timing
- Children:
- d4e5b6a
- Parents:
- 0976f6a (diff), 2b5ff2c (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
-
readers/DelphesPythia8.cpp
r0976f6a r584e2e9 151 151 152 152 candidate->Position.SetXYZT(x, y, z, t); 153 154 153 allParticleOutputArray->Add(candidate); 155 154 156 if(!pdgParticle) continue; 155 if(!pdgParticle && (abs(pid) > 1006333 || abs(pid) < 1000612) ) 156 continue; 157 157 158 158 if(status == 1)
Note:
See TracChangeset
for help on using the changeset viewer.