#include <BetaInRange.h>
|
| | BetaInRange (unsigned int charge, NAIA::Tof::BetaType type) |
| |
| | BetaInRange (float min, float max, NAIA::Tof::BetaType type) |
| |
| 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) |
| |
Definition at line 59 of file BetaInRange.h.
| NSL::Selections::Common::Tof::BetaInRange::BetaInRange |
( |
unsigned int |
charge, |
|
|
NAIA::Tof::BetaType |
type |
|
) |
| |
|
inlineexplicit |
The documentation for this class was generated from the following file: