Belle II Software development
|
allows to set outer and inner secID. More...
#include <FilterValueDataSet.h>
Public Member Functions | |
SecIDPair () | |
constructor - resets all values to outer = std::numeric_limits< unsigned>::max(); | |
void | reset () |
sets all values to outer = std::numeric_limits< unsigned>::max(); | |
bool | isValid () |
checks if any value is still not set and returns false if that is the case. | |
Public Attributes | |
unsigned | outer |
id of outer sector. | |
unsigned | inner |
id of inner sector. | |
allows to set outer and inner secID.
Definition at line 25 of file FilterValueDataSet.h.
|
inline |
constructor - resets all values to outer = std::numeric_limits< unsigned>::max();
Definition at line 31 of file FilterValueDataSet.h.
|
inline |
checks if any value is still not set and returns false if that is the case.
(only completely set values in the dataSet are valid).
Definition at line 42 of file FilterValueDataSet.h.
|
inline |
sets all values to outer = std::numeric_limits< unsigned>::max();
Definition at line 34 of file FilterValueDataSet.h.
unsigned inner |
id of inner sector.
Definition at line 28 of file FilterValueDataSet.h.
unsigned outer |
id of outer sector.
Definition at line 27 of file FilterValueDataSet.h.