Ignore:
Timestamp:
04/12/07 12:47:20 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MDataSet.h

    r8244 r8398  
    142142
    143143    // TObject
    144     void Print(Option_t *o="") const;
     144    void Print(Option_t *o="") const; //*MENU*
    145145
    146     ClassDef(MDataSet, 0)
     146    ClassDef(MDataSet, 1)
    147147};
    148148
  • trunk/MagicSoft/Mars/mjobs/MSequence.h

    r8256 r8398  
    7676
    7777    // TObject
    78     void Print(Option_t *o="") const;
     78    void Print(Option_t *o="") const; //*MENU*
    7979
    8080    // Genaral interface
     
    133133    UInt_t AddDatRuns(UInt_t num) { return AddDatRuns(num, num); }
    134134
    135     ClassDef(MSequence, 0)
     135    ClassDef(MSequence, 1)
    136136};
    137137
Note: See TracChangeset for help on using the changeset viewer.