| Jpp
    18.5.2
    the software that should make you happy | 
Function object for longitudinal profile of EM-shower. More...
#include <JGeanz.hh>
| Public Member Functions | |
| JGeanz (const double __a0, const double __a1, const double __b) | |
| constructor  More... | |
| double | getProbability (const double E, const double z) const | 
| Probability Density Function.  More... | |
| double | operator() (const double E, const double z) const | 
| Probability Density Function.  More... | |
| double | getIntegral (const double E, const double z) const | 
| Integral of PDF (starting from 0).  More... | |
| double | getLength (const double E, const double P, const double eps=1.0e-3) const | 
| Get shower length for a given integrated probability.  More... | |
| double | getMaximum (const double E) const | 
| Get depth of shower maximum.  More... | |
| Static Public Member Functions | |
| static double | getMinimalShowerSize () | 
| Get minimal shower size.  More... | |
| Protected Attributes | |
| const double | a0 | 
| const double | a1 | 
| const double | b | 
| const double | Emin | 
Function object for longitudinal profile of EM-shower.
![\[P(z) \propto z^{a-1} \times e^{-z/b}\]](form_46.png) 
where:
![\[a = a_{0} + a_{1} \times \ln(E)\]](form_47.png) 
The parametrisation is taken from reference: C. Kopper, "Performance Studies for the KM3NeT Neutrino Telescope.", PhD thesis, University of Erlangen.
| 
 | inline | 
constructor
| __a0 | power term (constant) | 
| __a1 | power term (E dependence) | 
| __b | expontial slope | 
Definition at line 39 of file JGeanz.hh.
| 
 | inline | 
Probability Density Function.
| E | EM-shower energy [GeV] | 
| z | z position of light emission point relative to vertex location (z >= 0) [m] | 
Definition at line 56 of file JGeanz.hh.
| 
 | inline | 
Probability Density Function.
| E | EM-shower energy [GeV] | 
| z | z position of light emission point relative to vertex location (z >= 0) [m] | 
Definition at line 81 of file JGeanz.hh.
| 
 | inline | 
Integral of PDF (starting from 0).
| E | EM-shower energy [GeV] | 
| z | z position [m] (>= 0) | 
Definition at line 95 of file JGeanz.hh.
| 
 | inline | 
Get shower length for a given integrated probability.
| E | EM-shower energy [GeV] | 
| P | integrated probability [0,1] | 
| eps | relative precision | 
Definition at line 122 of file JGeanz.hh.
| 
 | inline | 
Get depth of shower maximum.
| E | EM-shower energy[GeV] | 
Definition at line 162 of file JGeanz.hh.
| 
 | inlinestatic | 
 1.8.5
 1.8.5