Fork me on GitHub

Ignore:
Timestamp:
Mar 10, 2009, 11:58:38 PM (15 years ago)
Author:
Xavier Rouby
Message:

GenParticle(TRootGenparticle) constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc

    r290 r318  
    9191   Px = PT*cos(Phi);
    9292   Py = PT*sin(Phi);
     93}
     94
     95GenParticle::GenParticle(const TRootGenParticle& p) :
     96 PID(p.PID), Status(p.Status), M1(p.M1), M2(p.M2), D1(p.D1), D2(p.D2), Charge(p.Charge),
     97 T(p.T), X(p.X), Y(p.Y), Z(p.Z), M(p.M) {
    9398}
    9499
Note: See TracChangeset for help on using the changeset viewer.