Fork me on GitHub

Changeset cdf682f in git for examples/DelphesCMSFWLite.cpp


Ignore:
Timestamp:
Jun 5, 2013, 11:27:05 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
1e1f73f
Parents:
2ef6152
Message:

fix pz in DelphesCMSFWLite.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/DelphesCMSFWLite.cpp

    r2ef6152 rcdf682f  
    6262     pid = particle.pdgId();
    6363     status = particle.status();
    64      px = particle.px(), py = particle.py(), pz = particle.phi(), e = particle.energy();
     64     px = particle.px(), py = particle.py(), pz = particle.pz(), e = particle.energy();
    6565     x = particle.vx(), y = particle.vy(), z = particle.vz();
    6666
Note: See TracChangeset for help on using the changeset viewer.