ATLAS Offline Software
Loading...
Searching...
No Matches
GeoRegion.h File Reference
Include dependency graph for GeoRegion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GeoRegion

Macros

#define __HOSTDEV__

Functions

__HOSTDEV__ double Phi_mpi_pi (double)

Macro Definition Documentation

◆ __HOSTDEV__

#define __HOSTDEV__

Definition at line 13 of file GeoRegion.h.

Function Documentation

◆ Phi_mpi_pi()

__HOSTDEV__ double Phi_mpi_pi ( double x)

Definition at line 10 of file GeoRegion.cxx.

10 {
11 while ( x >= M_PI ) x -= M_2PI;
12 while ( x < -M_PI ) x += M_2PI;
13 return x;
14}
#define M_PI
#define M_2PI
#define x