Belle II Software  release-08-01-10
VarSet< AVarNames >::AssignFinite< AFloat > Struct Template Reference

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.
 

Detailed Description

template<class AVarNames>
template<typename AFloat>
struct Belle2::TrackFindingCDC::VarSet< AVarNames >::AssignFinite< AFloat >

Helper construct to assign a finite value to float variables.

Definition at line 101 of file VarSet.h.


The documentation for this struct was generated from the following file: