Ignore:
Timestamp:
03/02/03 16:55:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/caos/Leds.cc

    r1798 r1802  
    11#include "Leds.h"
     2
     3#include <iostream.h>
    24
    35#include "Led.h"
     
    911    new ((*this)[i]) Led(x, y, dx, dy, mag);
    1012}
     13
     14void 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.