Fork me on GitHub

Changeset 80d4a34 in git for readers/DelphesCMSFWLite.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/DelphesCMSFWLite.cpp

    r47bd664 r80d4a34  
    5757
    5858  Int_t pid, status;
    59   Double_t px, py, pz, e;
     59  Double_t px, py, pz, e, mass;
    6060  Double_t x, y, z;
    6161
     
    7373    pid = particle.pdgId();
    7474    status = particle.status();
    75     px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.energy();
     75    px = particle.px(); py = particle.py(); pz = particle.pz(); e = particle.energy(); mass = particle.mass();
    7676    x = particle.vx(); y = particle.vy(); z = particle.vz();
    7777
Note: See TracChangeset for help on using the changeset viewer.