Jpp
15.0.4
the software that should make you happy
|
Functions | |
const JK40Rates & | getK40Rates () |
Get K40 rates. More... | |
double | getAmbientPressure () |
Get ambient pressure. More... | |
double | getPhotocathodeArea () |
Get photo-cathode area of PMT. More... | |
double | getAbsorptionLength (const double lambda) |
Get absorption length. More... | |
double | getScatteringLength (const double lambda) |
Get scattering length. More... | |
double | getScatteringProbability (const double x) |
Function to describe light scattering in water. More... | |
double | getAngularAcceptance (const double x) |
Get angular acceptance of PMT. More... | |
double | getQE (const double lambda) |
Get quantum efficiency of KM3NeT PMT. More... | |
double | getPhotocathodeArea2D (const double x, const double lambda) |
Get effective photo-cathode area of PMT. More... | |
void | setClock () |
Set clock. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get scattering length.
Use the Kopelevich model for spectral volume scattering functions.
The model separates the contributions by:
lambda | wavelength of light [nm] |
Definition at line 118 of file KM3NeT.hh.
|
inline |
Function to describe light scattering in water.
x | cosine scattering angle |
Definition at line 142 of file KM3NeT.hh.
|
inline |
|
inline |
|
inline |
Get effective photo-cathode area of PMT.
x | cosine of angle of incidence |
lambda | wavelength of photon [nm] |
Definition at line 320 of file KM3NeT.hh.
|
inline |