Ignore:
Timestamp:
07/26/02 10:13:07 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WuerzburgSoft/Thomas/mphys/MParticle.h

    r1428 r1447  
    3131    Double_t fPsi;    // [rad] Direction of momentum, az. angle
    3232
     33    Double_t fX;      // [kpc] real traveled distance (added in version 2)
     34
    3335public:
    3436    MParticle(ParticleType_t t=kENone, const char *name=NULL, const char *title=NULL);
     
    4648        fTheta = p.fTheta;
    4749        fPsi = p.fPsi;
     50        fX = p.fX;
    4851    }
    4952
     
    7679    Double_t GetPhi() const    { return fPhi; }
    7780    Double_t GetR() const      { return fR; }
     81    Double_t GetX() const      { return fX; }
    7882
    7983    Double_t GetTheta() const  { return fTheta; }
Note: See TracChangeset for help on using the changeset viewer.