Fork me on GitHub

Changeset 2f82259 in git for examples/DelphesProMC.cpp


Ignore:
Timestamp:
Jun 25, 2013, 5:26:47 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
be7697b
Parents:
e3ab175
Message:

fix particle loop in DelphesCMSFWLite and DelphesProMC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/DelphesProMC.cpp

    re3ab175 r2f82259  
    114114    allParticleOutputArray->Add(candidate);
    115115
    116     if(!pdgParticle) return;
     116    if(!pdgParticle) continue;
    117117
    118118    if(status == 1)
Note: See TracChangeset for help on using the changeset viewer.