Changes in readers/DelphesPythia8.cpp [3e276d4:1fa50c2] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r3e276d4 r1fa50c2 23 23 #include <signal.h> 24 24 25 #include "Pythia .h"25 #include "Pythia8/Pythia.h" 26 26 27 27 #include "TROOT.h" … … 94 94 95 95 pid = particle.id(); 96 status = p article.statusHepMC();96 status = pythia->event.statusHepMC(i); 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 ();272 pythia->statistics(); 273 273 274 274 modularDelphes->FinishTask();
Note:
See TracChangeset
for help on using the changeset viewer.