Changeset 3e276d4 in git for readers/DelphesPythia8.cpp
- Timestamp:
- Dec 18, 2014, 10:35:04 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- aef818f
- Parents:
- 9d03c3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r9d03c3b r3e276d4 94 94 95 95 pid = particle.id(); 96 status = p ythia->event.statusHepMC(i);96 status = particle.statusHepMC(); 97 97 px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.e(); mass = particle.m(); 98 98 x = particle.xProd(); y = particle.yProd(); z = particle.zProd(); t = particle.tProd(); … … 270 270 progressBar.Finish(); 271 271 272 pythia->stat istics();272 pythia->stat(); 273 273 274 274 modularDelphes->FinishTask();
Note:
See TracChangeset
for help on using the changeset viewer.