Fork me on GitHub

Changeset 4133972 in git for readers


Ignore:
Timestamp:
Jul 8, 2013, 11:00:12 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
ab5fb05
Parents:
a5b2012
Message:

replace particle.statusHepMC() with pythia->event.statusHepMC(i) in DelphesPythia8.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    ra5b2012 r4133972  
    7676
    7777    pid = particle.id();
    78     status = particle.statusHepMC();
     78    status = pythia->event.statusHepMC(i);
    7979    px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.e(); mass = particle.m();
    8080    x = particle.xProd(); y = particle.yProd(); z = particle.zProd(); t = particle.tProd();
Note: See TracChangeset for help on using the changeset viewer.