| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Auxiliary program to draw PDF of Cherenkov light from bright point. 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 "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 bright point.
Definition in file JDrawPD0.cc.
      
  | 
  inline | 
Definition at line 27 of file JDrawPD0.cc.
      
  | 
  inline | 
Definition at line 33 of file JDrawPD0.cc.
| int main | ( | int | argc, | 
| char ** | argv ) | 
Definition at line 45 of file JDrawPD0.cc.
| double absorptionLengthFactor | 
Scaling of absorption and scattering length.
Definition at line 24 of file JDrawPD0.cc.
| double scatteringLengthFactor | 
Definition at line 25 of file JDrawPD0.cc.