Changeset 1802 for trunk/MagicSoft/Cosy/caos/Leds.cc
- Timestamp:
- 03/02/03 16:55:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Leds.cc
r1798 r1802 1 1 #include "Leds.h" 2 3 #include <iostream.h> 2 4 3 5 #include "Led.h" … … 9 11 new ((*this)[i]) Led(x, y, dx, dy, mag); 10 12 } 13 14 void Leds::Print(Option_t *o=NULL) const 15 { 16 cout << "Number of Leds: " << GetEntries() << endl; 17 TClonesArray::Print(); 18 }
Note:
See TracChangeset
for help on using the changeset viewer.