Ignore:
Timestamp:
07/15/03 15:05:21 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/caos/Led.h

    r1802 r2278  
    2323public:
    2424    Led(Double_t x=0, Double_t y=0, Double_t dx=0, Double_t dy=0, Double_t mag=0) :
    25         fX(x), fY(y), fDx(dx), fDy(dy), fMag(mag)
     25        fX(x), fY(y), fPhi(0), fDx(dx), fDy(dy), fDphi(-1), fMag(mag)
    2626    {
    2727    }
     
    4848    Double_t GetMag() const  { return fMag; }
    4949
    50         Bool_t IsSortable() const { return kTRUE; }
     50    void AddOffset(Double_t dx, Double_t dy) { fX+=dx; fY+=dy; }
     51
     52    Bool_t IsSortable() const { return kTRUE; }
    5153
    5254    void CalcPhi(const Ring &ring);
Note: See TracChangeset for help on using the changeset viewer.