|
ACTS
Experiment-independent tracking
|
Select all objects with an extracted value below the cut. More...
#include <ActsFatras/Selectors/SelectorHelpers.hpp>
Public Member Functions | |
| template<typename T> | |
| bool | operator() (const T &thing) const |
| Check if object meets maximum value requirement. | |
Public Attributes | |
| double | valMax = std::numeric_limits<double>::max() |
| Maximum value threshold for selection. | |
Select all objects with an extracted value below the cut.
| bool ActsFatras::Max< cast_t >::operator() | ( | const T & | thing | ) | const |
Check if object meets maximum value requirement.
| thing | The object to evaluate using cast_t |
| double ActsFatras::Max< cast_t >::valMax = std::numeric_limits<double>::max() |
Maximum value threshold for selection.