10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
21 class ModuleParamList;
25 template <
class AResult,
class ACluster>
38 void apply(
const std::vector<AResult>& results,
39 const std::vector<const SpacePoint*>& spacePoints)
override;
The Module parameter list class.
Findlet for tagging all space points in the results vector as used.
bool m_param_markUsedSpacePoints
Parameter: Mark used space points as assigned.
bool m_param_singleClusterLevel
Parameter: Mark SP as used, if the share a single cluster with the results, or if they share a whole ...
std::set< const ACluster * > m_usedClusters
Store the used clusters in the results.
std::set< const SpacePoint * > m_usedSpacePoints
Store the used space points in the results.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
void beginEvent() override
Clear the used clusters.
void apply(const std::vector< AResult > &results, const std::vector< const SpacePoint * > &spacePoints) override
Mark all space points as used, that they share clusters if the given kind with the results.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the findlet.
Abstract base class for different kinds of events.