Changeset 2f82259 in git
- Timestamp:
- Jun 25, 2013, 5:26:47 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- be7697b
- Parents:
- e3ab175
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/DelphesCMSFWLite.cpp
re3ab175 r2f82259 82 82 allParticleOutputArray->Add(candidate); 83 83 84 if(!pdgParticle) return;84 if(!pdgParticle) continue; 85 85 86 86 if(status == 1) -
examples/DelphesProMC.cpp
re3ab175 r2f82259 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.