Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    r1fa50c2 r3e276d4  
    2323#include <signal.h>
    2424
    25 #include "Pythia8/Pythia.h"
     25#include "Pythia.h"
    2626
    2727#include "TROOT.h"
     
    9494
    9595    pid = particle.id();
    96     status = pythia->event.statusHepMC(i);
     96    status = particle.statusHepMC();
    9797    px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.e(); mass = particle.m();
    9898    x = particle.xProd(); y = particle.yProd(); z = particle.zProd(); t = particle.tProd();
     
    270270    progressBar.Finish();
    271271
    272     pythia->statistics();
     272    pythia->stat();
    273273
    274274    modularDelphes->FinishTask();
Note: See TracChangeset for help on using the changeset viewer.