GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go to the source code of this file.
Data Structures | |
class | TGo4UserException |
Exception to be thrown by analysis user. More... | |
Macros | |
#define | GO4_SKIP_EVENT throw TGo4UserException(1,""); |
#define | GO4_SKIP_EVENT_MESSAGE(...) |
#define | GO4_STOP_ANALYSIS throw TGo4UserException(3,""); |
#define | GO4_STOP_ANALYSIS_MESSAGE(...) |
#define GO4_SKIP_EVENT throw TGo4UserException(1,""); |
Definition at line 22 of file TGo4UserException.h.
#define GO4_SKIP_EVENT_MESSAGE | ( | ... | ) |
Definition at line 26 of file TGo4UserException.h.
#define GO4_STOP_ANALYSIS throw TGo4UserException(3,""); |
Definition at line 29 of file TGo4UserException.h.
#define GO4_STOP_ANALYSIS_MESSAGE | ( | ... | ) |
Definition at line 32 of file TGo4UserException.h.