CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Utils/Message.h"
Go to the source code of this file.
Classes | |
class | Exception |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Macros | |
#define | CG_ERROR(mod) cepgen::Exception(mod, __FUNC__, cepgen::Exception::Type::error, __FILE__, __LINE__) |
#define | CG_FATAL(mod) cepgen::Exception(mod, __FUNC__, cepgen::Exception::Type::fatal, __FILE__, __LINE__) |
#define | CG_ASSERT(assertion) |
#define CG_ASSERT | ( | assertion | ) |
Definition at line 62 of file Exception.h.
#define CG_ERROR | ( | mod | ) | cepgen::Exception(mod, __FUNC__, cepgen::Exception::Type::error, __FILE__, __LINE__) |
Definition at line 60 of file Exception.h.
#define CG_FATAL | ( | mod | ) | cepgen::Exception(mod, __FUNC__, cepgen::Exception::Type::fatal, __FILE__, __LINE__) |
Definition at line 61 of file Exception.h.