Fork me on GitHub

Changeset 3e276d4 in git for readers


Ignore:
Timestamp:
Dec 18, 2014, 10:35:04 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
aef818f
Parents:
9d03c3b
Message:

adapt DelphesPythia8 to Pythia 8.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    r9d03c3b r3e276d4  
    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.