10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/numerics/WithWeight.h>
37 template <
class AState,
class AFilter>
The Module parameter list class.
ChooseableOnPXDStateApplier m_updateFilter
ChooseableOnPXDStateApplier m_secondFilter
ChooseableOnPXDStateApplier m_advanceFilter
TrackFindingCDC::Findlet< const TrackFindingCDC::WithWeight< const AState * >, TrackFindingCDC::WithWeight< AState * > > Super
Parent class.
ChooseableOnPXDStateApplier m_thirdFilter
ChooseableOnPXDStateApplier m_firstFilter
Interface for a minimal algorithm part that wants to expose some parameters to a module.
A mixin class to attach a weight to an object.
StateRejecter()
Construct this findlet and add the subfindlet as listener.
void apply(const std::vector< TrackFindingCDC::WithWeight< const AState * > > ¤tPath, std::vector< TrackFindingCDC::WithWeight< AState * > > &childStates) final
Apply all five filters to the child states.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters of the subfindlet.
Abstract base class for different kinds of events.