Changeset 2278 for trunk/MagicSoft/Cosy/caos/Rings.h
- Timestamp:
- 07/15/03 15:05:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Rings.h
r1815 r2278 17 17 Ring fCenter; 18 18 19 void CalcCenters(const Leds &leds );19 void CalcCenters(const Leds &leds, Float_t min, Float_t max); 20 20 21 21 public: 22 22 Rings() : TClonesArray("Ring", 1) {} 23 23 24 void CalcRings(Leds &leds );24 void CalcRings(Leds &leds, Float_t min=-1, Float_t max=-1); 25 25 26 26 void Print(Option_t *o=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.