10 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11 #include <tracking/trackFindingCDC/numerics/WithWeight.h>
12 #include <tracking/trackFindingCDC/numerics/Weight.h>
21 namespace vxdHoughTracking {
37 using Object = std::pair<const std::vector<TrackFindingCDC::WithWeight<const AHit*>>, AHit*>;
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Interface for an algorithm part that needs to receive the module processing signals.
A mixin class to attach a weight to an object.
Helper findlet which applies its () operator to all pairs of path and hit with all hits in the given ...
void apply(const std::vector< TrackFindingCDC::WithWeight< const AHit * >> ¤tPath, std::vector< TrackFindingCDC::WithWeight< AHit * >> &childHits) override
Apply the () operator to all pairs of hit and current path.
virtual TrackFindingCDC::Weight operator()(const Object &object)
The filter operator for this class.
std::pair< const std::vector< TrackFindingCDC::WithWeight< const AHit * > >, AHit * > Object
The object this filter refers to.
Abstract base class for different kinds of events.