Jpp
debug
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.
\f[ P(\cos(\theta)) = c \times e^{b \times |\cos(\theta) - 1/n|^a} \f]
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 |
|
inline |
|
inline |
|
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.