ThePEG  1.8.0
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.
const Units::Energy E = Units::MeV
 
const Units::Energy2 E2 = E*E
 
const Units::Energy3 E3 = E*E2
 
const Units::Energy4 E4 = E2*E2
 
const Units::InvEnergy InvE = 1.0/E
 
const Units::InvEnergy2 InvE2 = 1.0/E2
 
const Units::InvEnergy3 InvE3 = 1.0/E3
 
const Units::InvEnergy4 InvE4 = 1.0/E4
 
const Units::SqrtEnergy SqrtE = sqrt(E)
 
const Units::InvSqrtEnergy InvSqrtE = 1.0/sqrt(E)
 

Detailed Description

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