10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
11#include <tracking/trackFindingCDC/findlets/minimal/SuperClusterCreator.h>
12#include <tracking/trackFindingCDC/findlets/minimal/ClusterBackgroundDetector.h>
13#include <tracking/trackFindingCDC/findlets/minimal/ClusterRefiner.h>
15#include <tracking/trackFindingCDC/filters/wireHitRelation/BridgingWireHitRelationFilter.h>
17#include <tracking/trackFindingCDC/eventdata/segments/CDCWireHitCluster.h>
18#include <tracking/trackFindingCDC/eventdata/hits/CDCWireHit.h>
27 namespace TrackFindingCDC {
The Module parameter list class.
Wire hit relation filter that is compensating for hit inefficiencies.
An aggregation of CDCWireHits.
Class representing a hit wire in the central drift chamber.
Marks clusters as background based on a background measure.
Findlet to cluster the wire hits in the CDC to form locally connected groups with two granularities....
ClusterRefiner< BridgingWireHitRelationFilter > m_clusterRefiner
Creates the clusters from super clusters.
ClusterBackgroundDetector m_clusterBackgroundDetector
Marks the clusters as background.
std::string getDescription() final
Short description of the findlet.
void apply(std::vector< CDCWireHit > &inputWireHits, std::vector< CDCWireHitCluster > &clusters, std::vector< CDCWireHitCluster > &superClusters) final
Generates the segment from wire hits.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
ClusterPreparer()
Constructor registering the subordinary findlets to the processing signal distribution machinery.
SuperClusterCreator m_superClusterCreator
Composes the super clusters.
Refines the clustering of wire hits from super clusters to clustexrs.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Refines the clustering of wire hits from clusters to clusters.
Abstract base class for different kinds of events.