Jpp
15.0.0
the software that should make you happy
|
Probability density function of photon emission from EM-shower as a function of cosine of the emission angle. More...
#include <JGeanx.hh>
Public Member Functions | |
JGeanx (const double __a, const double __b, const double __n=getIndexOfRefractionPhase()) | |
Constructor. More... | |
double | operator() (const double ct) const |
Number of photons from EM-shower as a function of emission angle. More... | |
double | operator() (const double xmin, const double xmax) const |
Integral number of photons from EM-shower between two emission angles. More... | |
double | evaluate (const double ct) const |
Functional dependence. More... | |
double | evaluate (const double xmin, const double xmax) const |
Integral. More... | |
Public Attributes | |
const double | a |
power More... | |
const double | b |
slope More... | |
const double | n |
index of refraction More... | |
Private Attributes | |
double | c |
normalisation constant More... | |
Probability density function of photon emission from EM-shower as a function of cosine of the emission angle.
where is a normalisation constant such that the integral of
over the full solid angle is one.
The parametrisation is taken from reference: R. Mirani, "Parametrisation of EM-showers in the ANTARES detector volume.", Doctoral thesis in computational physics, University of Amsterdam.
|
inline |
Constructor.
__a | power |
__b | exponential slope |
__n | index of refraction |
Definition at line 41 of file JGeanx.hh.
|
inline |
Number of photons from EM-shower as a function of emission angle.
The integral over full solid angle is normalised to one.
ct | cosine angle of emmision |
Definition at line 61 of file JGeanx.hh.
|
inline |
Integral number of photons from EM-shower between two emission angles.
The integral over full solid angle is normalised to one.
xmin | minimal cosine angle of emmision |
xmax | maximal cosine angle of emmision |
Definition at line 75 of file JGeanx.hh.
|
inline |
Functional dependence.
In this, the normalisation constant c = 1.
ct | cosine angle of emmision |
Definition at line 89 of file JGeanx.hh.
|
inline |
Integral.
In this, the normalisation constant c = 1
.
xmin | minimal cosine angle of emmision |
xmax | maximal cosine angle of emmision |
Definition at line 105 of file JGeanx.hh.