CMS 3D CMS Logo

Namespaces | Typedefs | Variables
CocoaGlobals.h File Reference
#include <string>
#include <cfloat>
#include <cmath>

Go to the source code of this file.

Namespaces

 CLHEP
 

Typedefs

typedef bool ALIbool
 
typedef long double ALIdouble
 
typedef float ALIfloat
 
typedef int ALIint
 
typedef std::string ALIstring
 
typedef unsigned int ALIuint
 

Variables

const double ALI_DBL_MAX = DBL_MAX
 
const double ALI_DBL_MIN = 10. / ALI_DBL_MAX
 
const ALIdouble PI = M_PI
 

Typedef Documentation

◆ ALIbool

typedef bool ALIbool

Definition at line 19 of file CocoaGlobals.h.

◆ ALIdouble

typedef long double ALIdouble

Definition at line 11 of file CocoaGlobals.h.

◆ ALIfloat

typedef float ALIfloat

Definition at line 13 of file CocoaGlobals.h.

◆ ALIint

typedef int ALIint

Definition at line 15 of file CocoaGlobals.h.

◆ ALIstring

typedef std::string ALIstring

Definition at line 9 of file CocoaGlobals.h.

◆ ALIuint

typedef unsigned int ALIuint

Definition at line 17 of file CocoaGlobals.h.

Variable Documentation

◆ ALI_DBL_MAX

const double ALI_DBL_MAX = DBL_MAX

◆ ALI_DBL_MIN

const double ALI_DBL_MIN = 10. / ALI_DBL_MAX

◆ PI

const ALIdouble PI = M_PI

Definition at line 22 of file CocoaGlobals.h.