Jpp
debug
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 muon. More...
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <set>
#include <map>
#include "JTools/JFunction1D_t.hh"
#include "JTools/JFunctionalMap_t.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 muon.
The PDFs are tabulated as a function of (R, theta, phi, t)
, where:
R
is the minimal distance of approach of the muon to the PMT;(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 muon travels along the z-axis and the PMT is located in the x-z plane.
Definition in file JMakePDF.cc.
|
inline |
Definition at line 26 of file JMakePDF.cc.
|
inline |
Definition at line 32 of file JMakePDF.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 52 of file JMakePDF.cc.
double absorptionLengthFactor |
Scaling of absorption and scattering length.
Definition at line 22 of file JMakePDF.cc.
double scatteringLengthFactor |
Definition at line 23 of file JMakePDF.cc.