Fork me on GitHub

Changeset 1192 in svn for trunk/readers/DelphesPythia8.cpp


Ignore:
Timestamp:
Jul 8, 2013, 11:00:12 PM (11 years ago)
Author:
Pavel Demin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readers/DelphesPythia8.cpp

    r1191 r1192  
    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.