#include "TGo4RuntimeException.h"
#include "TString.h"
Go to the source code of this file.
Classes | |
class | TGo4UserException |
Defines | |
#define | GO4_SKIP_EVENT throw TGo4UserException(1,""); |
#define | GO4_SKIP_EVENT_MESSAGE(...) throw TGo4UserException(1,__VA_ARGS__); |
#define | GO4_STOP_ANALYSIS throw TGo4UserException(3,""); |
#define | GO4_STOP_ANALYSIS_MESSAGE(...) throw TGo4UserException(3,__VA_ARGS__); |
#define GO4_SKIP_EVENT throw TGo4UserException(1,""); |
Definition at line 22 of file TGo4UserException.h.
#define GO4_SKIP_EVENT_MESSAGE | ( | ... | ) | throw TGo4UserException(1,__VA_ARGS__); |
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 | ( | ... | ) | throw TGo4UserException(3,__VA_ARGS__); |
Definition at line 32 of file TGo4UserException.h.