![]() |
Belle II Software release-09-00-03
|
Helper construct to assign a finite value to float variables. More...
#include <VarSet.h>
Public Member Functions | |
| AssignFinite (AFloat &value) | |
| Setup the assignment to a variable. | |
| operator AFloat & () | |
| Unpacker of the wrapper. | |
| void | operator= (const AFloat value) |
| Assign value replacing infinite values with the maximum value possible. | |
Private Attributes | |
| AFloat & | m_value |
| Reference to the variable to be assigned. | |
Helper construct to assign a finite value to float variables.
|
inlineexplicit |
Setup the assignment to a variable.
Definition at line 103 of file VarSet.h.
|
inline |
|
inline |
|
private |