LArSoft  v09_90_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 const double kPI = 3.141592653589793238462643383279502884;
9 
10  static const double kINVALID_DOUBLE = std::numeric_limits<double>::max();
11 
12  static const double kMAX_DOUBLE = std::numeric_limits<double>::max();
13 
14  static const double kMIN_DOUBLE = std::numeric_limits<double>::min();
15 
16 }
17 #endif
static const double kMIN_DOUBLE
static const double kMAX_DOUBLE
static const double kPI
static const double kINVALID_DOUBLE