HepMC3 event record library
|
Configuration for HepMC. More...
#include <Setup.h>
Static Public Member Functions | |
Accessors | |
static bool | print_errors () |
Get error messages printing flag. More... | |
static void | set_print_errors (const bool flag) |
set error messages printing flag More... | |
static bool | print_warnings () |
Get warning messages printing flag. More... | |
static void | set_print_warnings (const bool flag) |
Set warning messages printing flag. More... | |
static int | debug_level () |
Get debug level. More... | |
static void | set_debug_level (const int level) |
Set debug level. More... | |
Static Public Attributes | |
Static constants | |
static const unsigned int | DEFAULT_DOUBLE_ALMOST_EQUAL_MAXULPS = 10 |
Default maxUlps for AlmostEqual2sComplement function (double precision) More... | |
static const double | DOUBLE_EPSILON = 10e-20 |
Default threshold for comparing double variables. More... | |
Private Member Functions | |
Setup () | |
Private constructor. More... | |
~Setup () | |
Private destructor. More... | |
Static Private Attributes | |
static bool | m_is_printing_errors = true |
Flag for printing error messages. More... | |
static bool | m_is_printing_warnings = true |
Flag for printing warning messages. More... | |
static int | m_debug_level = 5 |
Level of debug messages printed out. More... | |
Configuration for HepMC.
Contains macro definitions for printing debug output, feature deprecation, etc. Static class - configuration is shared among all HepMC events and program threads
|
static |
|
static |
Get error messages printing flag.
Definition at line 17 of file Setup.cc.
References Setup::m_is_printing_errors.
|
static |
Get warning messages printing flag.
Definition at line 19 of file Setup.cc.
References Setup::m_is_printing_warnings.
|
static |
|
static |
set error messages printing flag
Definition at line 18 of file Setup.cc.
References Setup::m_is_printing_errors.
|
static |
Set warning messages printing flag.
Definition at line 20 of file Setup.cc.
References Setup::m_is_printing_warnings.
|
static |
|
static |
|
staticprivate |
|
staticprivate |
|
staticprivate |