10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/filters/cluster/ChooseableClusterFilter.h>
24 namespace TrackingUtilities {
27 namespace TrackFindingCDC {
47 void apply(
std::
vector<TrackingUtilities::CDCWireHitCluster>& outputClusters) final;
The Module parameter list class.
void apply(std::vector< TrackingUtilities::CDCWireHitCluster > &outputClusters) final
Main algorithm applying the cluster background detection.
ClusterBackgroundDetector()
Constructor adding the filter as a subordinary processing signal listener.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
ChooseableClusterFilter m_clusterFilter
Chooseable cluster filter to be used to filter background.
TrackingUtilities::Findlet< TrackingUtilities::CDCWireHitCluster & > Super
Type of the base class.
An aggregation of CDCWireHits.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.