Fork me on GitHub

Changeset a5b2012 in git for readers/DelphesPythia8.cpp


Ignore:
Timestamp:
Jul 8, 2013, 10:54:15 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4133972
Parents:
bba4646
Message:

replace status with statusHepMC in DelphesPythia8.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    rbba4646 ra5b2012  
    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.