Changeset 2278 for trunk/MagicSoft/Cosy/caos/Led.h
- Timestamp:
- 07/15/03 15:05:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Led.h
r1802 r2278 23 23 public: 24 24 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), f Dx(dx), fDy(dy), fMag(mag)25 fX(x), fY(y), fPhi(0), fDx(dx), fDy(dy), fDphi(-1), fMag(mag) 26 26 { 27 27 } … … 48 48 Double_t GetMag() const { return fMag; } 49 49 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; } 51 53 52 54 void CalcPhi(const Ring &ring);
Note:
See TracChangeset
for help on using the changeset viewer.