|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Auxiliary program to draw PDF of Cherenkov light from muon. More...
#include <string>#include <iostream>#include <iomanip>#include "TROOT.h"#include "TFile.h"#include "TH1D.h"#include "JPhysics/JPDF.hh"#include "JPhysics/Antares.hh"#include "JPhysics/KM3NeT.hh"#include "JTools/JElement.hh"#include "JTools/JFunction1D_t.hh"#include "JTools/JQuantiles.hh"#include "JTools/JAbstractHistogram.hh"#include "JGeometry3D/JAngle3D.hh"#include "Jeep/JProperties.hh"#include "Jeep/JPrint.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"#include "JPhysics/JGeane.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. | |
| double | scatteringLengthFactor |
Auxiliary program to draw PDF of Cherenkov light from muon.
Definition in file JDrawPDF.cc.
|
inline |
Definition at line 31 of file JDrawPDF.cc.
|
inline |
Definition at line 37 of file JDrawPDF.cc.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 49 of file JDrawPDF.cc.
| double absorptionLengthFactor |
Scaling of absorption and scattering length.
Definition at line 28 of file JDrawPDF.cc.
| double scatteringLengthFactor |
Definition at line 29 of file JDrawPDF.cc.