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/Rings.h

    r1815 r2278  
    1717    Ring fCenter;
    1818
    19     void CalcCenters(const Leds &leds);
     19    void CalcCenters(const Leds &leds, Float_t min, Float_t max);
    2020
    2121public:
    2222    Rings() : TClonesArray("Ring", 1) {}
    2323
    24     void CalcRings(Leds &leds);
     24    void CalcRings(Leds &leds, Float_t min=-1, Float_t max=-1);
    2525
    2626    void Print(Option_t *o=NULL) const;
Note: See TracChangeset for help on using the changeset viewer.