source:
trunk/MagicSoft/Mars/mbase/MStatusArray.h@
3813
Last change on this file since 3813 was 3512, checked in by , 21 years ago | |
---|---|
File size: 358 bytes |
Line | |
---|---|
1 | #ifndef MARS_MStatusArray |
2 | #define MARS_MStatusArray |
3 | |
4 | #ifndef ROOT_TObjArray |
5 | #include <TObjArray.h> |
6 | #endif |
7 | |
8 | class MStatusArray : public TObjArray |
9 | { |
10 | public: |
11 | TObject *DisplayIn(Option_t *o=0) const; // *MENU* |
12 | TObject *Display() const { return DisplayIn(); } // *MENU* |
13 | |
14 | ClassDef(MStatusArray, 0) // Helper class for status display |
15 | }; |
16 | |
17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.