Ignore:
Timestamp:
02/23/10 10:25:15 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/caos
Files:
2 edited

Legend:

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

    r7787 r9551  
    3131    void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); }
    3232
    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
     37ClassDef(Leds, 1)
    3438};
    3539
  • trunk/MagicSoft/Cosy/caos/Rings.h

    r9435 r9551  
    3030    void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); }
    3131
     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
    3236    const Ring &operator()(int i) const { return *(Ring*)At(i); }
    3337    Ring &operator()(int i) { return *(Ring*)At(i); }
Note: See TracChangeset for help on using the changeset viewer.