Jpp 20.0.0-rc.2
the software that should make you happy
|
Name space for KM3NeT. More...
Functions | |
const JK40Rates & | getK40Rates () |
Get K40 rates. | |
double | getAmbientPressure () |
Get ambient pressure. | |
double | getPhotocathodeArea () |
Get photo-cathode area of KM3NeT PMT. | |
double | getAbsorptionLength (const double lambda) |
Get absorption length. | |
double | getScatteringLength (const double lambda) |
Get scattering length. | |
double | getScatteringProbability (const double x) |
Function to describe light scattering in water. | |
double | getAngularAcceptance (const double x) |
Get angular acceptance of KM3NeT PMT. | |
double | getQE (const double lambda) |
Get quantum efficiency of KM3NeT PMT. | |
double | getPhotocathodeArea2D (const double x, const double lambda) |
Get effective photo-cathode area of PMT. | |
void | setClock () |
Set clock. | |
Name space for KM3NeT.
|
inline |
Get K40 rates.
This method returns an object with default values.
The singles and multiples rates are based on Analysis e-log entry 575.
A dark count of 700 Hz has been included in the singles rate.
See also KM3NeT internal note.
Definition at line 38 of file KM3NeT.hh.
|
inline |
|
inline |
Get photo-cathode area of KM3NeT PMT.
Definition at line 62 of file KM3NeT.hh.
|
inline |
Get absorption length.
lambda | wavelength of light [nm] |
Definition at line 78 of file KM3NeT.hh.
|
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 124 of file KM3NeT.hh.
|
inline |
Function to describe light scattering in water.
x | cosine scattering angle |
Definition at line 148 of file KM3NeT.hh.
|
inline |
Get angular acceptance of KM3NeT PMT.
x | cosine of angle of incidence |
Definition at line 160 of file KM3NeT.hh.
|
inline |
Get quantum efficiency of KM3NeT PMT.
Note that the QE includes absorption in glass and gel as well as the collection efficiency.
lambda | wavelength of photon [nm] |
Definition at line 213 of file KM3NeT.hh.
|
inline |
Get effective photo-cathode area of PMT.
x | cosine of angle of incidence |
lambda | wavelength of photon [nm] |
Definition at line 326 of file KM3NeT.hh.
|
inline |