HepMC event record
Setup.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // This file is part of HepMC
4 // Copyright (C) 2014-2015 The HepMC collaboration (see AUTHORS for details)
5 //
6 /**
7  * @file Setup.cc
8  * @brief Implementation of Setup class
9  *
10  */
11 #include "HepMC/Setup.h"
12 
13 namespace HepMC {
14 
15 const unsigned int Setup::DEFAULT_DOUBLE_ALMOST_EQUAL_MAXULPS = 10;
16 const double Setup::DOUBLE_EPSILON = 10e-20;
17 
18 bool Setup::m_is_printing_errors = true;
20 int Setup::m_debug_level = 5;
21 
22 } // namespace HepMC
static bool m_is_printing_warnings
Flag for printing warning messages.
static const unsigned int DEFAULT_DOUBLE_ALMOST_EQUAL_MAXULPS
Default maxUlps for AlmostEqual2sComplement function (double precision)
Definition of template class SmartPointer.
static int m_debug_level
Level of debug messages printed out.
static const double DOUBLE_EPSILON
Default threshold for comparing double variables.
static bool m_is_printing_errors
Flag for printing error messages.