Ignore:
Timestamp:
07/18/06 22:17:54 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/base/MStar.h

    r1810 r7796  
    1313
    1414public:
    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) {}
    1616    MStar(const MStar &p) { fX = p.fX; fY=p.fY; fMag=p.fMag; }
    1717    Double_t GetX() const   { return fX; }
Note: See TracChangeset for help on using the changeset viewer.