32 #ifndef GENBB_HELP_KINEMATICS_H 33 #define GENBB_HELP_KINEMATICS_H 1 89 #endif // GENBB_HELP_KINEMATICS_H double gamma() const
Return the gamma=v/c factor.
double w() const
Return the total energy.
double v() const
Return the velocity.
double k() const
Return the kinetic energy.
void initialize_from_m_p(double m_, double p_)
Initialize from mass and momentum.
void initialize_from_m_w(double m_, double w_)
Initialize from mass and total energy.
void initialize_from_m_k(double m_, double k_)
Initialize from mass and kinetic energy.
double m() const
Return the mass.
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51
kinematics()
Default constructor.
double p() const
Return the momentum.
Relastivistic particle kinematics.
Definition: kinematics.h:38
double beta() const
Return the beta=v/c=p/w factor.