10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/numerics/WithWeight.h>
13#include <tracking/trackFindingCDC/numerics/Weight.h>
28 template <
class AState>
37 using Object = std::pair<const std::vector<TrackFindingCDC::WithWeight<const AState*>>, AState*>;
Helper findlet which applies its () operator to all pairs of path and state with all states in the gi...
std::pair< const std::vector< TrackFindingCDC::WithWeight< const AState * > >, AState * > Object
The object this filter refers to.
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.
virtual TrackFindingCDC::Weight operator()(const Object &object)
The filter operator for this class.
void apply(const std::vector< TrackFindingCDC::WithWeight< const AState * > > ¤tPath, std::vector< TrackFindingCDC::WithWeight< AState * > > &childStates) override
Apply the () operator to all pairs of state and current path.
Abstract base class for different kinds of events.