Changeset 7796 for trunk/MagicSoft/Cosy/base/MStar.h
- Timestamp:
- 07/18/06 22:17:54 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/MStar.h
r1810 r7796 13 13 14 14 public: 15 MStar(Double_t x=0, Double_t y=0, Int_t m=0) : fX(x), fY(y), fMag(m) {}15 MStar(Double_t x=0, Double_t y=0, Double_t m=0) : fX(x), fY(y), fMag(m) {} 16 16 MStar(const MStar &p) { fX = p.fX; fY=p.fY; fMag=p.fMag; } 17 17 Double_t GetX() const { return fX; }
Note:
See TracChangeset
for help on using the changeset viewer.