|
Jpp test-rotations-old
the software that should make you happy
|
Auxiliary program to draw PDF of Cherenkov light from EM-shower including shower profile. 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/JSpline.hh"#include "JTools/JQuantiles.hh"#include "JTools/JAbstractHistogram.hh"#include "JGeometry3D/JAngle3D.hh"#include "Jeep/JPrint.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. | |
| double | scatteringLengthFactor |
Auxiliary program to draw PDF of Cherenkov light from EM-shower including shower profile.
Definition in file JDrawPDE.cc.
|
inline |
Definition at line 28 of file JDrawPDE.cc.
|
inline |
Definition at line 34 of file JDrawPDE.cc.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 46 of file JDrawPDE.cc.
| double absorptionLengthFactor |
Scaling of absorption and scattering length.
Definition at line 25 of file JDrawPDE.cc.
| double scatteringLengthFactor |
Definition at line 26 of file JDrawPDE.cc.