#if !defined HERROR_H
#define HERROR_H
#include "TObject.h"
class HError : public TObject {
public:
HError() : TObject() {}
virtual ~HError() {}
static void message(const Char_t* errmsg);
static Int_t warning(const Char_t* wrnmsg);
public:
ClassDef(HError,0)
};
#endif
Last change: Sat May 22 12:55:01 2010
Last generated: 2010-05-22 12:55
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.