Changeset 8398 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 04/12/07 12:47:20 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MDataSet.h
r8244 r8398 142 142 143 143 // TObject 144 void Print(Option_t *o="") const; 144 void Print(Option_t *o="") const; //*MENU* 145 145 146 ClassDef(MDataSet, 0)146 ClassDef(MDataSet, 1) 147 147 }; 148 148 -
trunk/MagicSoft/Mars/mjobs/MSequence.h
r8256 r8398 76 76 77 77 // TObject 78 void Print(Option_t *o="") const; 78 void Print(Option_t *o="") const; //*MENU* 79 79 80 80 // Genaral interface … … 133 133 UInt_t AddDatRuns(UInt_t num) { return AddDatRuns(num, num); } 134 134 135 ClassDef(MSequence, 0)135 ClassDef(MSequence, 1) 136 136 }; 137 137
Note:
See TracChangeset
for help on using the changeset viewer.