ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | G4INCL |
namespace | G4INCL::Math |
namespace | G4INCL::ParticleConfig |
Macros | |
#define | INCLXX_IN_GEANT4_MODE 1 |
Functions | |
G4double | G4INCL::Math::gaussianCDF (const G4double x) |
Cumulative distribution function for Gaussian. | |
G4double | G4INCL::Math::gaussianCDF (const G4double x, const G4double x0, const G4double sigma) |
Generic cumulative distribution function for Gaussian. | |
G4double | G4INCL::Math::inverseGaussianCDF (const G4double x) |
Inverse cumulative distribution function for Gaussian. | |
G4double | G4INCL::Math::arcSin (const G4double x) |
Calculates arcsin with some tolerance on illegal arguments. | |
G4double | G4INCL::Math::arcCos (const G4double x) |
Calculates arccos with some tolerance on illegal arguments. | |
G4bool | G4INCL::ParticleConfig::isPair (Particle const *const p1, Particle const *const p2, ParticleType t1, ParticleType t2) |
#define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 34 of file G4INCLGlobals.cc.
View newest version in sPHENIX GitHub at line 34 of file G4INCLGlobals.cc