ThePEG
1.8.0
|
The IUnitErr class is used to facilitate input of unitful numbers with error estimates written out using the OUnitErr class. More...
#include <UnitIO.h>
Public Member Functions | |
IUnitErr (T &t, T &dt, const UT &u) | |
Constructor given an object to be read assuming the given unit. More... | |
Public Attributes | |
T & | x |
Reference to the object to be read. More... | |
T & | dx |
The estimated error of the number to be read. More... | |
UT | ut |
The unit assumed when reading the object. More... | |
The IUnitErr class is used to facilitate input of unitful numbers with error estimates written out using the OUnitErr class.
|
inline |
T& ThePEG::IUnitErr< T, UT >::dx |
The estimated error of the number to be read.
Definition at line 247 of file UnitIO.h.
Referenced by ThePEG::operator>>().
UT ThePEG::IUnitErr< T, UT >::ut |
The unit assumed when reading the object.
Definition at line 250 of file UnitIO.h.
Referenced by ThePEG::operator>>().
T& ThePEG::IUnitErr< T, UT >::x |
Reference to the object to be read.
Definition at line 244 of file UnitIO.h.
Referenced by ThePEG::operator>>().