Changeset 1192 in svn for trunk/readers/DelphesPythia8.cpp
- Timestamp:
- Jul 8, 2013, 11:00:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readers/DelphesPythia8.cpp
r1191 r1192 76 76 77 77 pid = particle.id(); 78 status = p article.statusHepMC();78 status = pythia->event.statusHepMC(i); 79 79 px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.e(); mass = particle.m(); 80 80 x = particle.xProd(); y = particle.yProd(); z = particle.zProd(); t = particle.tProd();
Note:
See TracChangeset
for help on using the changeset viewer.