|
MARLEY (Model of Argon Reaction Low Energy Yields) v2.0.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
|
Configuration for HepMC. More...
#include <Setup.h>
Static Public Member Functions | |
Accessors | |
| static bool | print_errors () |
| Get error messages printing flag. | |
| static void | set_print_errors (const bool flag) |
| set error messages printing flag | |
| static int | errors_level () |
| Get error messages printing level. | |
| static void | set_errors_level (const int flag) |
| set error messages printing level | |
| static bool | print_warnings () |
| Get warning messages printing flag. | |
| static void | set_print_warnings (const bool flag) |
| Set warning messages printing flag. | |
| static int | warnings_level () |
| Get warning messages printing level. | |
| static void | set_warnings_level (const int flag) |
| Set warning messages printing level. | |
| static int | debug_level () |
| Get debug level. | |
| static void | set_debug_level (const int level) |
| Set debug level. | |
Static Public Attributes | |
Static constants | |
| static const unsigned int | DEFAULT_DOUBLE_ALMOST_EQUAL_MAXULPS = 10 |
| Default maxUlps for AlmostEqual2sComplement function (double precision) | |
| static const double | DOUBLE_EPSILON = 10e-20 |
| Default threshold for comparing double variables. | |
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 level.
Definition at line 58 of file marley_hepmc3.cc.
|
static |
Get error messages printing flag.
Definition at line 52 of file marley_hepmc3.cc.
|
static |
Get warning messages printing flag.
Definition at line 54 of file marley_hepmc3.cc.
|
static |
|
static |
set error messages printing level
Definition at line 59 of file marley_hepmc3.cc.
|
static |
set error messages printing flag
Definition at line 53 of file marley_hepmc3.cc.
|
static |
Set warning messages printing flag.
Definition at line 55 of file marley_hepmc3.cc.
|
static |
Set warning messages printing level.
Definition at line 61 of file marley_hepmc3.cc.
|
static |
Get warning messages printing level.
Definition at line 60 of file marley_hepmc3.cc.
|
static |
|
static |