1 #ifndef __JPHYSICS_JPHYSICSTOOLKIT__ 
    2 #define __JPHYSICS_JPHYSICSTOOLKIT__ 
   12 namespace JPP { 
using namespace JPHYSICS; }
 
   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);
 
   61     using namespace JTOOLS;
 
Q(UTCMax_s-UTCMin_s)-livetime_s
 
static const double MASS_MUON
muon mass [GeV] 
 
double getThetaMCS(const double E, const double x, const double X0, const double M, const double Q)
Get multiple Coulomb scattering angle. 
 
static const double THETA_MCS
Multiple Coulomb scattering constant [GeV]. 
 
static const double X0_WATER_M
Radiation length pure water [m].