Changeset 9551 for trunk/MagicSoft/Cosy/caos
- Timestamp:
- 02/23/10 10:25:15 (15 years ago)
- Location:
- trunk/MagicSoft/Cosy/caos
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Leds.h
r7787 r9551 31 31 void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); } 32 32 33 ClassDef(Leds, 1) 33 void Print(const Option_t*, Int_t) const { } 34 void Print(const Option_t*, const char*, Int_t) const { } 35 void Print(const Option_t*, TPRegexp&, Int_t) const { } 36 37 ClassDef(Leds, 1) 34 38 }; 35 39 -
trunk/MagicSoft/Cosy/caos/Rings.h
r9435 r9551 30 30 void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); } 31 31 32 void Print(const Option_t*, Int_t) const { } 33 void Print(const Option_t*, const char*, Int_t) const { } 34 void Print(const Option_t*, TPRegexp&, Int_t) const { } 35 32 36 const Ring &operator()(int i) const { return *(Ring*)At(i); } 33 37 Ring &operator()(int i) { return *(Ring*)At(i); }
Note:
See TracChangeset
for help on using the changeset viewer.