test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Typedefs | Variables
CocoaGlobals.h File Reference
#include <string>
#include <float.h>
#include <math.h>

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

typedef bool ALIbool

Definition at line 19 of file CocoaGlobals.h.

typedef long double ALIdouble

Definition at line 11 of file CocoaGlobals.h.

typedef float ALIfloat

Definition at line 13 of file CocoaGlobals.h.

typedef int ALIint

Definition at line 15 of file CocoaGlobals.h.

typedef std::string ALIstring

Definition at line 9 of file CocoaGlobals.h.

typedef unsigned int ALIuint

Definition at line 17 of file CocoaGlobals.h.

Variable Documentation

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

Definition at line 22 of file CocoaGlobals.h.