Changeset 1447
- Timestamp:
- 07/26/02 10:13:07 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WuerzburgSoft/Thomas/mphys/MParticle.h
r1428 r1447 31 31 Double_t fPsi; // [rad] Direction of momentum, az. angle 32 32 33 Double_t fX; // [kpc] real traveled distance (added in version 2) 34 33 35 public: 34 36 MParticle(ParticleType_t t=kENone, const char *name=NULL, const char *title=NULL); … … 46 48 fTheta = p.fTheta; 47 49 fPsi = p.fPsi; 50 fX = p.fX; 48 51 } 49 52 … … 76 79 Double_t GetPhi() const { return fPhi; } 77 80 Double_t GetR() const { return fR; } 81 Double_t GetX() const { return fX; } 78 82 79 83 Double_t GetTheta() const { return fTheta; }
Note:
See TracChangeset
for help on using the changeset viewer.