ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Fatras/include/ActsFatras/Selectors/SelectorHelpers.hpp>
Public Member Functions | |
template<typename T > | |
bool | operator() (const T &thing) const |
Public Attributes | |
double | valMin = std::numeric_limits<double>::lowest() |
double | valMax = std::numeric_limits<double>::max() |
Select all objects with an extracted value within the range.
The range is defined as the left, half-open interval within the cuts.
Definition at line 45 of file SelectorHelpers.hpp.
View newest version in sPHENIX GitHub at line 45 of file SelectorHelpers.hpp
|
inline |
Definition at line 50 of file SelectorHelpers.hpp.
View newest version in sPHENIX GitHub at line 50 of file SelectorHelpers.hpp
References ActsFatras::Range< cast_t >::valMax, and ActsFatras::Range< cast_t >::valMin.
double ActsFatras::Range< cast_t >::valMax = std::numeric_limits<double>::max() |
Definition at line 47 of file SelectorHelpers.hpp.
View newest version in sPHENIX GitHub at line 47 of file SelectorHelpers.hpp
Referenced by ActsFatras::Range< cast_t >::operator()().
double ActsFatras::Range< cast_t >::valMin = std::numeric_limits<double>::lowest() |
Definition at line 46 of file SelectorHelpers.hpp.
View newest version in sPHENIX GitHub at line 46 of file SelectorHelpers.hpp
Referenced by ActsFatras::Range< cast_t >::operator()().