Geant4-11
Namespaces | Macros | Functions | Variables
G4INCLGlobals.cc File Reference
#include "globals.hh"
#include "G4INCLGlobals.hh"
#include "G4INCLParticle.hh"

Go to the source code of this file.

Namespaces

namespace  G4INCL
 
namespace  G4INCL::Math
 
namespace  G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}
 
namespace  G4INCL::ParticleConfig
 

Macros

#define INCLXX_IN_GEANT4_MODE   1
 

Functions

G4double G4INCL::Math::arcCos (const G4double x)
 Calculates arccos with some tolerance on illegal arguments. More...
 
G4double G4INCL::Math::arcSin (const G4double x)
 Calculates arcsin with some tolerance on illegal arguments. More...
 
G4double G4INCL::Math::gaussianCDF (const G4double x)
 Cumulative distribution function for Gaussian. More...
 
G4double G4INCL::Math::gaussianCDF (const G4double x, const G4double x0, const G4double sigma)
 Generic cumulative distribution function for Gaussian. More...
 
G4double G4INCL::Math::inverseGaussianCDF (const G4double x)
 Inverse cumulative distribution function for Gaussian. More...
 
G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::inverseGaussianCDFRational (const G4double t)
 
G4bool G4INCL::ParticleConfig::isPair (Particle const *const p1, Particle const *const p2, ParticleType t1, ParticleType t2)
 

Variables

const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::gcdfa1 = 0.254829592
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::gcdfa2 = -0.284496736
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::gcdfa3 = 1.421413741
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::gcdfa4 = -1.453152027
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::gcdfa5 = 1.061405429
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::gcdfp = 0.3275911
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::igcdfc1 = 2.515517
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::igcdfc2 = 0.802853
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::igcdfc3 = 0.010328
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::igcdfd1 = 1.432788
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::igcdfd2 = 0.189269
 
const G4double G4INCL::Math::anonymous_namespace{G4INCLGlobals.cc}::igcdfd3 = 0.001308
 

Macro Definition Documentation

◆ INCLXX_IN_GEANT4_MODE

#define INCLXX_IN_GEANT4_MODE   1

Definition at line 34 of file G4INCLGlobals.cc.