|
G4double | G4INCL::Math::toDegrees (G4double radians) |
|
G4int | G4INCL::Math::heaviside (G4int n) |
|
G4double | G4INCL::Math::pow13 (G4double x) |
|
G4double | G4INCL::Math::powMinus13 (G4double x) |
|
G4double | G4INCL::Math::pow23 (G4double x) |
|
G4double | G4INCL::Math::aSinH (G4double x) |
|
template<typename T > |
G4int | G4INCL::Math::sign (const T t) |
| A simple sign function that allows us to port fortran code to c++ more easily. More...
|
|
template<typename T > |
T | G4INCL::Math::max (const T t1, const T t2) |
| brief Return the largest of the two arguments More...
|
|
template<typename T > |
T | G4INCL::Math::min (const T t1, const T t2) |
| brief Return the smallest of the two 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...
|
|
G4bool | G4INCL::ParticleConfig::isPair (Particle const *const p1, Particle const *const p2, ParticleType t1, ParticleType t2) |
|
void | G4INCL::String::wrap (std::string &str, const size_t lineLength=78, const std::string &separators=" \t") |
|
void | G4INCL::String::replaceAll (std::string &str, const std::string &from, const std::string &to, const size_t maxPosition=std::string::npos) |
|