|
Jpp
|
Program to create interpolation tables of the PDF of the arrival time of the Cherenkov light from a shower. More...
#include <string>#include <iostream>#include <fstream>#include <iomanip>#include <set>#include <map>#include <cmath>#include "JTools/JFunction1D_t.hh"#include "JTools/JFunctionalMap_t.hh"#include "JTools/JQuadrature.hh"#include "JPhysics/JPDF.hh"#include "JPhysics/JPDFTable.hh"#include "JPhysics/Antares.hh"#include "JPhysics/KM3NeT.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Functions | |
| double | getAbsorptionLength (const double lambda) |
| double | getScatteringLength (const double lambda) |
| int | main (int argc, char **argv) |
Variables | |
| double | absorptionLengthFactor |
| Scaling of absorption and scattering length. More... | |
| double | scatteringLengthFactor |
Program to create interpolation tables of the PDF of the arrival time of the Cherenkov light from a shower.
The PDFs are tabulated as a function of (D, cos(theta), theta, phi, t), where:
D is the distance between the vertex and the PMT;cos(theta) the cosine of the photon emission angle;(theta, phi) the orientation of the PMT; andt the arrival time of the light with respect to the Cherenkov hypothesis.The orientation of the PMT is defined in the coordinate system in which the shower developes along the z-axis and the PMT is located in the x-z plane.
Definition in file JMakePDG.cc.
|
inline |
Definition at line 28 of file JMakePDG.cc.
|
inline |
Definition at line 34 of file JMakePDG.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 55 of file JMakePDG.cc.
| double absorptionLengthFactor |
Scaling of absorption and scattering length.
Definition at line 24 of file JMakePDG.cc.
| double scatteringLengthFactor |
Definition at line 25 of file JMakePDG.cc.
1.8.5