Fork me on GitHub

Changeset 80d4a34 in git for readers/DelphesPythia8.cpp


Ignore:
Timestamp:
Jul 8, 2013, 9:27:21 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
bba4646
Parents:
47bd664
Message:

use mass from input file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    r47bd664 r80d4a34  
    4343
    4444  Int_t pid, status;
    45   Double_t px, py, pz, e;
     45  Double_t px, py, pz, e, mass;
    4646  Double_t x, y, z, t;
    4747
     
    7777    pid = particle.id();
    7878    status = particle.status();
    79     px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.e();
     79    px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.e(); mass = particle.m();
    8080    x = particle.xProd(); y = particle.yProd(); z = particle.zProd(); t = particle.tProd();
    8181
Note: See TracChangeset for help on using the changeset viewer.