47 "Particle mass must not be zero.");
52 "Particle momentum must not be zero.");
63 throw LogicalError(
"PartData::setE()",
"Energy should be > mass.");
68 double ginv = 1.0 /
gamma;
75 throw LogicalError(
"PartData::setBeta()",
"Beta should be < 1.");
85 throw LogicalError(
"PartData::setGamma()",
"Gamma should be > 1.");
Tps< T > sqrt(const Tps< T > &x)
Square root.
constexpr double e
The value of.
void setGamma(double gamma)
Set gamma.
void setP(double p)
Set reference momentum.
void setE(double E)
Set reference energy.
void setBeta(double beta)
Set beta.