Jpp
17.3.0-rc.2
the software that should make you happy
|
Program to create interpolation tables of the PDF of the arrival time of the Cherenkov light from a bright point. 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 bright point.
The PDFs are tabulated as a function of (D, cos(theta), t)
, where:
D
is the distance between the bright point and the PMT;cos(theta)
the cosine of the PMT angle;t
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 position of the bright point and that of the PMT are along the x-axis and the PMT is oriented in the x-y plane.
Definition in file JMakePD0.cc.
|
inline |
Definition at line 28 of file JMakePD0.cc.
|
inline |
Definition at line 34 of file JMakePD0.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file JMakePD0.cc.
double absorptionLengthFactor |
Scaling of absorption and scattering length.
Definition at line 24 of file JMakePD0.cc.
double scatteringLengthFactor |
Definition at line 25 of file JMakePD0.cc.