LArSoft  v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
GeoAlgoConstants.h
Go to the documentation of this file.
1 #ifndef BASICTOOL_GEOALGOCONSTANTS_H
2 #define BASICTOOL_GEOALGOCONSTANTS_H
3 
4 #include <climits>
5 #include <limits>
6 namespace geoalgo {
7 
8  static double const kPI = 3.141592653589793238462643383279502884;
9 
10  static double const kINVALID_DOUBLE = std::numeric_limits<double>::max();
11 
12  static double const kMAX_DOUBLE = std::numeric_limits<double>::max();
13 
14  static double const kMIN_DOUBLE = std::numeric_limits<double>::min();
15 
16 }
17 #endif
static double const kPI
static double const kINVALID_DOUBLE
static double const kMIN_DOUBLE
static double const kMAX_DOUBLE