Hammer
1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
|
Hammer exception definitions. More...
#include <exception>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | Hammer::Error |
Generic error class. More... | |
class | Hammer::IndexLabelError |
Invalid index label error class. More... | |
class | Hammer::RangeError |
Out-of-range error class. More... | |
class | Hammer::PhaseSpaceError |
Invalid phase space point error class. More... | |
class | Hammer::InitializationError |
Initialization error class. More... | |
Namespaces | |
Hammer | |
The Hammer namespace contains the library code. | |
Assert | |
Macros | |
#define | ASSERT_MSG(x, msg) |
#define | ASSERT(x) |
Functions | |
void | Assert::HandleAssert (const char *message, const char *condition, const char *fileName, long lineNumber) |
Hammer exception definitions.
Definition in file Exceptions.hh.
#define ASSERT | ( | x | ) |
Definition at line 95 of file Exceptions.hh.
#define ASSERT_MSG | ( | x, | |
msg | |||
) |
Definition at line 88 of file Exceptions.hh.