source: trunk/MagicSoft/Mars/mbase/MStatusArray.h@ 3535

Last change on this file since 3535 was 3512, checked in by tbretz, 21 years ago
*** empty log message ***
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
8class MStatusArray : public TObjArray
9{
10public:
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.