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. | |
Public Attributes | |
T & | x |
Reference to the object to be read. | |
T & | dx |
The estimated error of the number to be read. | |
UT | ut |
The unit assumed when reading the object. | |
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 |
UT ThePEG::IUnitErr< T, UT >::ut |
T& ThePEG::IUnitErr< T, UT >::x |