Changeset 6976 for trunk/MagicSoft/Mars/mbase/MStatusArray.h
- Timestamp:
- 04/22/05 18:28:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusArray.h
r6948 r6976 30 30 31 31 void Print(Option_t *o="") const; 32 void Print(Option_t *wildcard, Option_t *option) const 33 { 34 Print(wildcard); 35 } 32 36 33 37 TObject *FindObject(const char *object, const char *base) const; … … 35 39 TObject *FindObject(const TObject *o) const { return 0; } 36 40 41 Int_t Read(const char *name=NULL); 42 37 43 ClassDef(MStatusArray, 0) // Helper class for status display 38 44 };
Note:
See TracChangeset
for help on using the changeset viewer.