Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Types.hh File Reference
#include <complex>

Go to the source code of this file.

Macros

#define G4DLLEXPORT
 
#define G4DLLIMPORT
 

Typedefs

typedef double G4double
 
typedef float G4float
 
typedef int G4int
 
typedef bool G4bool
 
typedef long G4long
 
typedef std::complex< G4doubleG4complex
 

Macro Definition Documentation

◆ G4DLLEXPORT

#define G4DLLEXPORT

Definition at line 55 of file G4Types.hh.

◆ G4DLLIMPORT

#define G4DLLIMPORT

Definition at line 56 of file G4Types.hh.

Typedef Documentation

◆ G4bool

typedef bool G4bool

Definition at line 67 of file G4Types.hh.

◆ G4complex

typedef std::complex<G4double> G4complex

Definition at line 69 of file G4Types.hh.

◆ G4double

typedef double G4double

Definition at line 64 of file G4Types.hh.

◆ G4float

typedef float G4float

Definition at line 65 of file G4Types.hh.

◆ G4int

typedef int G4int

Definition at line 66 of file G4Types.hh.

◆ G4long

typedef long G4long

Definition at line 68 of file G4Types.hh.