Ignore:
Timestamp:
06/28/06 13:46:11 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7297 r7763  
    3636    Ring(Double_t x=0, Double_t y=0);
    3737
     38    void SetXY(Double_t x=0, Double_t y=0) { fX=x; fY=y; }
     39
    3840    Double_t GetX() const   { return fX; }
    3941    Double_t GetY() const   { return fY; }
Note: See TracChangeset for help on using the changeset viewer.