Changeset 1c30542 in git
- Timestamp:
- Jun 27, 2013, 4:57:18 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 4a9ec82
- Parents:
- 3d24148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/DelphesProMC.cpp
r3d24148 r1c30542 83 83 mutableParticles = event.mutable_particles(); 84 84 85 for(i = 0 85 for(i = 0; i < mutableParticles->pdg_id_size(); ++i) 86 86 { 87 87 pid = mutableParticles->pdg_id(i);
Note:
See TracChangeset
for help on using the changeset viewer.