Fork me on GitHub

Changeset 1191 in svn for trunk


Ignore:
Timestamp:
Jul 8, 2013, 10:54:15 PM (11 years ago)
Author:
Pavel Demin
Message:

replace status with statusHepMC in DelphesPythia8.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readers/DelphesPythia8.cpp

    r1190 r1191  
    7676
    7777    pid = particle.id();
    78     status = particle.status();
     78    status = particle.statusHepMC();
    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.