| 
    Jpp master_rocky-44-g75b7c4f75
    
   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   | |
| double | getProbability (const double E, const double z) const | 
| Probability Density Function.   | |
| double | operator() (const double E, const double z) const | 
| Probability Density Function.   | |
| double | getIntegral (const double E, const double z) const | 
| Integral of PDF (starting from 0).   | |
| double | getLength (const double E, const double P, const double eps=1.0e-3) const | 
| Get shower length for a given integrated probability.   | |
| double | getMaximum (const double E) const | 
| Get depth of shower maximum.   | |
Static Public Member Functions | |
| static double | getMinimalShowerSize () | 
| Get minimal shower size.   | |
Protected Attributes | |
| const double | a0 | 
| const double | a1 | 
| const double | b | 
| const double | Emin | 
Function object for longitudinal profile of EM-shower.
    \f[P(z)  \propto  z^{a-1} \times e^{-z/b}\f]
where:
![\[a = a_{0} + a_{1} \times \ln(E)\]](form_43.png)
The parametrisation is taken from reference: C. Kopper, "Performance Studies for the KM3NeT Neutrino Telescope.", PhD thesis, University of Erlangen.
      
  | 
  inline | 
      
  | 
  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 | 
      
  | 
  inlinestatic |