10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/filters/cluster/ChooseableClusterFilter.h>
24 namespace TrackFindingCDC {
25 class CDCWireHitCluster;
The Module parameter list class.
An aggregation of CDCWireHits.
Marks clusters as background based on a background measure.
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.
void apply(std::vector< CDCWireHitCluster > &outputClusters) final
Main algorithm applying the cluster background detection.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.