|
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. | |
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 |