Ignore:
Timestamp:
07/11/06 20:45:10 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/caos
Files:
3 edited

Legend:

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

    r4255 r7787  
    2929
    3030    void Print(Option_t *o=NULL) const;
     31    void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); }
    3132
    3233    ClassDef(Leds, 1)
  • trunk/MagicSoft/Cosy/caos/Makefile

    r4107 r7787  
    2020# @endcode
    2121
    22 INCLUDES = -I. -I.. -I../base
     22INCLUDES = -I. -I.. -I../base -I../mars
    2323#base: MString
    2424
  • trunk/MagicSoft/Cosy/caos/Rings.h

    r7299 r7787  
    2828
    2929    void Print(Option_t *o=NULL) const;
     30    void Print(Option_t *o1, Option_t *o2) const { TClonesArray::Print(o1, o2); }
    3031
    3132    const Ring &operator()(int i) const { return *(Ring*)At(i); }
Note: See TracChangeset for help on using the changeset viewer.