Changeset 1802 for trunk/MagicSoft/Cosy/caos/Leds.h
- Timestamp:
- 03/02/03 16:55:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Leds.h
r1798 r1802 10 10 class Leds : public TClonesArray 11 11 { 12 private:13 12 public: 14 13 Leds() : TClonesArray("Led", 1) {} … … 27 26 Led &operator()(int i) { return *(Led*)((*(Leds*)this)[i]); } 28 27 28 void Print(Option_t *o=NULL) const; 29 29 30 ClassDef(Leds, 1) 30 31 };
Note:
See TracChangeset
for help on using the changeset viewer.