|
ACTS
Experiment-independent tracking
|
Select all objects with an extracted value within the range. More...
#include <ActsFatras/Selectors/SelectorHelpers.hpp>
Public Member Functions | |
| template<typename T> | |
| bool | operator() (const T &thing) const |
| Check if object meets range value requirement. | |
Public Attributes | |
| double | valMax = std::numeric_limits<double>::max() |
| Maximum value threshold for range selection. | |
| double | valMin = std::numeric_limits<double>::lowest() |
| Minimum value threshold for range selection. | |
Select all objects with an extracted value within the range.
The range is defined as the left, half-open interval within the cuts.
| bool ActsFatras::Range< cast_t >::operator() | ( | const T & | thing | ) | const |
Check if object meets range value requirement.
| thing | The object to evaluate using cast_t |
| double ActsFatras::Range< cast_t >::valMax = std::numeric_limits<double>::max() |
Maximum value threshold for range selection.
| double ActsFatras::Range< cast_t >::valMin = std::numeric_limits<double>::lowest() |
Minimum value threshold for range selection.