thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ThePEG::UnitRemoval Namespace Reference

Use symbols from this namespace to make forced breaks of unit consistency explicit. More...

Variables

Helper units to make breaks of unit consistency explicit.
constexpr Units::Energy E = Units::Energy::baseunit()
 
constexpr Units::Energy2 E2 = E*E
 
constexpr Units::Energy3 E3 = E*E2
 
constexpr Units::Energy4 E4 = E2*E2
 
constexpr Units::InvEnergy InvE = 1.0/E
 
constexpr Units::InvEnergy2 InvE2 = 1.0/E2
 
constexpr Units::InvEnergy3 InvE3 = 1.0/E3
 
constexpr Units::InvEnergy4 InvE4 = 1.0/E4
 
constexpr Units::SqrtEnergy SqrtE = Units::SqrtEnergy::baseunit()
 
constexpr Units::InvSqrtEnergy InvSqrtE = Units::InvSqrtEnergy::baseunit()
 

Detailed Description

Use symbols from this namespace to make forced breaks of unit consistency explicit.