- Timestamp:
- Jun 25, 2013, 5:26:47 PM (11 years ago)
- Location:
- trunk/examples
- Files:
-
- 2 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) -
trunk/examples/DelphesProMC.cpp
r1146 r1147 114 114 allParticleOutputArray->Add(candidate); 115 115 116 if(!pdgParticle) return;116 if(!pdgParticle) continue; 117 117 118 118 if(status == 1)
Note:
See TracChangeset
for help on using the changeset viewer.