Jpp
19.1.0
the software that should make you happy
|
Go to the source code of this file.
Classes | |
class | JPHYSICS::JPetzhold |
Measurement of light scattering in water. More... | |
struct | JPHYSICS::JMobley |
Auxiliary data structure for scattering lengths of deep-sea water. More... | |
class | JPHYSICS::JAbsorptionLengthOfPureWater |
Absorption length of pure water. More... | |
Namespaces | |
JPHYSICS | |
Auxiliary methods for light properties of deep-sea water. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
double | JPHYSICS::getThetaMCS (const double E, const double x, const double X0, const double M, const double Q) |
Get multiple Coulomb scattering angle. More... | |
double | JPHYSICS::getThetaMCS (const double E, const double x) |
Get multiple Coulomb scattering angle for muon. More... | |
double | JPHYSICS::henyey_greenstein (const double g, const double x) |
Auxiliary method to describe light scattering in water (Henyey-Greenstein). More... | |
double | JPHYSICS::henyey_greenstein (const double x) |
Auxiliary method to describe light scattering in water (Heneyey-Greenstein). More... | |
double | JPHYSICS::rayleigh (const double a, const double x) |
Auxiliary method to describe light scattering in water (Rayleigh). More... | |
double | JPHYSICS::rayleigh (const double x) |
Auxiliary method to describe light scattering in water (Rayleigh). More... | |
double | JPHYSICS::f4 (const double x) |
Model specific function to describe light scattering in water (f4). More... | |
double | JPHYSICS::p00075 (const double x) |
Model specific function to describe light scattering in water (p00075). More... | |
Variables | |
static const JPetzhold | JPHYSICS::petzhold |
Function object for measurement of light scattering in water. More... | |
static const JAbsorptionLengthOfPureWater | JPHYSICS::getAbsorptionLengthOfPureWater |
Function object for absorption length of pure water. More... | |