- Timestamp:
- Dec 9, 2019, 3:19:06 PM (5 years ago)
- Branches:
- Timing
- Children:
- 2b5ff2c
- Parents:
- 4265189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r4265189 r2c81caa 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.