|
Jpp 20.0.0-195-g190c9e876
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 rate is based on the value quoted on slide 13 of this presentation.
Multiplicity rates are obtatined with $JPP_DIR/examples/JCalibrate/JOMGsim.sh type A processing,
see $JPP_DIR/examples/JCalibrate/README.md
See also KM3NeT internal note.
Definition at line 39 of file KM3NeT.hh.
|
inline |
|
inline |
|
inline |
Get absorption length.
| lambda | wavelength of light [nm] |
Definition at line 75 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 121 of file KM3NeT.hh.
|
inline |
Function to describe light scattering in water.
| x | cosine scattering angle |
Definition at line 145 of file KM3NeT.hh.
|
inline |
Get angular acceptance of KM3NeT PMT.
| x | cosine of angle of incidence |
Definition at line 157 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 207 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 275 of file KM3NeT.hh.
|
inline |