Go to the documentation of this file. 1 #ifndef __JPHYSICS_JPHYSICSTOOLKIT__
2 #define __JPHYSICS_JPHYSICSTOOLKIT__
42 const double p = sqrt((E + M) * (E - M));
43 const double beta = p / E;
45 return THETA_MCS * Q * sqrt(x/X0) * (1.0 + 0.038*log(x/X0)) / (beta*p);
Auxiliary classes and methods for calculation of PDF and muon energy loss.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
double getThetaMCS(const double E, const double x)
Get multiple Coulomb scattering angle.