#include <TrackChiSquareLessThan.h>
Public Member Functions | |
| ChiSquareLessThan (float max, NAIA::TrTrack::Side side, NAIA::TrTrack::Fit fit, NAIA::TrTrack::Span span) | |
Public Member Functions inherited from NSL::Selection | |
| template<class Hook , std::enable_if_t< std::is_convertible< Hook, matcher::hookType >::value, bool > = true> | |
| Selection & | AddPreHook (Hook &&preHook) |
| template<class Hook , std::enable_if_t< std::is_convertible< Hook, matcher::hookType >::value, bool > = true> | |
| Selection & | AddPostHook (Hook &&preHook, PostHookCondition condition=PostHookCondition::OnSuccess) |
| virtual bool | operator() (Event &ev) |
| template<typename T , std::enable_if_t< std::is_base_of< Selection, std::remove_reference_t< T >>::value, bool > = true> | |
| Selection & | operator&= (T &&rhs) |
| template<typename T , std::enable_if_t< std::is_base_of< Selection, std::remove_reference_t< T >>::value, bool > = true> | |
| Selection & | operator|= (T &&rhs) |
Additional Inherited Members | |
Protected Attributes inherited from NSL::Selection | |
| RefCMatcher | m_matcher = std::make_shared<boolMatcher>([](Event &ev) { return true; }) |
Definition at line 14 of file TrackChiSquareLessThan.h.
| NSL::Selections::Track::ChiSquareLessThan::ChiSquareLessThan | ( | float | max, |
| NAIA::TrTrack::Side | side, | ||
| NAIA::TrTrack::Fit | fit, | ||
| NAIA::TrTrack::Span | span | ||
| ) |
Definition at line 3 of file TrackChiSquareLessThan.cpp.
References NSL::Selection::m_matcher.
1.8.5