Belle II Software
release-08-01-10
|
allows to set outer, outerCenter, innerCenter and inner secID. More...
#include <FilterValueDataSet.h>
Public Member Functions | |
SecIDQuadruplet () | |
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. More... | |
Public Attributes | |
unsigned | outer |
id of outer sector. | |
unsigned | outerCenter |
id of outer-center sector. | |
unsigned | innerCenter |
id of inner-center sector. | |
unsigned | inner |
id of inner sector. | |
allows to set outer, outerCenter, innerCenter and inner secID.
Definition at line 84 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 105 of file FilterValueDataSet.h.