14 #ifndef TGO4USEREXCEPTION_H
15 #define TGO4USEREXCEPTION_H
22 #define GO4_SKIP_EVENT throw TGo4UserException(1,"");
26 #define GO4_SKIP_EVENT_MESSAGE(...) throw TGo4UserException(1,__VA_ARGS__);
29 #define GO4_STOP_ANALYSIS throw TGo4UserException(3,"");
32 #define GO4_STOP_ANALYSIS_MESSAGE(...) throw TGo4UserException(3,__VA_ARGS__);
TGo4UserException & operator=(const TGo4UserException &right)
Int_t GetPriority() const
virtual ~TGo4UserException()
const char * GetMessage() const