Changeset 1147 in svn for trunk/examples/DelphesCMSFWLite.cpp
- Timestamp:
- Jun 25, 2013, 5:26:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/DelphesCMSFWLite.cpp
r1134 r1147 82 82 allParticleOutputArray->Add(candidate); 83 83 84 if(!pdgParticle) return;84 if(!pdgParticle) continue; 85 85 86 86 if(status == 1)
Note:
See TracChangeset
for help on using the changeset viewer.