Changes in readers/DelphesPythia8.cpp [1fa50c2:3e276d4] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r1fa50c2 r3e276d4 23 23 #include <signal.h> 24 24 25 #include "Pythia 8/Pythia.h"25 #include "Pythia.h" 26 26 27 27 #include "TROOT.h" … … 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.