10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/filters/wireHitRelation/WholeWireHitRelationFilter.h>
14#include <tracking/trackFindingCDC/ca/Clusterizer.h>
15#include <tracking/trackFindingCDC/utilities/WeightedRelation.h>
26 namespace TrackFindingCDC {
28 class CDCWireHitCluster;
The Module parameter list class.
An aggregation of CDCWireHits.
Class representing a hit wire in the central drift chamber.
Implementation of the clustering Clusters elements of a given collection using the relations presente...
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.
void apply(std::vector< CDCWireHit > &inputWireHits, std::vector< CDCWireHitCluster > &outputSuperClusters) final
Main algorithm applying the cluster refinement.
bool m_param_expandOverApogeeGap
Parameter : Expand the super clusters over the typical gap at the apogee of the trajectory.
std::vector< WeightedRelation< CDCWireHit > > m_wireHitRelations
Memory for the wire hit neighborhood in a cluster.
SuperClusterCreator()
Constructor.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
Clusterizer< CDCWireHit, CDCWireHitCluster > m_wirehitClusterizer
Instance of the hit cluster generator.
WholeWireHitRelationFilter m_wireHitRelationFilter
Wire hit neighborhood relation filter.
Type for two related objects with a weight.
Class mapping the neighborhood of wires to the neighborhood of wire hits.
Abstract base class for different kinds of events.