Changeset 3512 for trunk/MagicSoft/Mars
- Timestamp:
- 03/15/04 17:56:04 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusArray.h
r3508 r3512 12 12 TObject *Display() const { return DisplayIn(); } // *MENU* 13 13 14 ClassDef(MStatusArray, 1) // Helper class for status display14 ClassDef(MStatusArray, 0) // Helper class for status display 15 15 }; 16 16 -
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r3504 r3512 1581 1581 } 1582 1582 1583 TObjArray list;1583 MStatusArray list; 1584 1584 1585 1585 const Int_t n = list.Read(name);
Note:
See TracChangeset
for help on using the changeset viewer.