10#include <tracking/trackingUtilities/findlets/base/Findlet.h>
12#include <tracking/trackFindingCDC/filters/wireHitRelation/WholeWireHitRelationFilter.h>
14#include <tracking/trackingUtilities/ca/Clusterizer.h>
15#include <tracking/trackingUtilities/utilities/WeightedRelation.h>
26 namespace TrackingUtilities {
31 namespace TrackFindingCDC {
54 std::
vector<TrackingUtilities::CDCWireHitCluster>& outputSuperClusters) final;
The Module parameter list class.
TrackingUtilities::Findlet< TrackingUtilities::CDCWireHit, TrackingUtilities::CDCWireHitCluster > Super
Type of the base class.
void apply(std::vector< TrackingUtilities::CDCWireHit > &inputWireHits, std::vector< TrackingUtilities::CDCWireHitCluster > &outputSuperClusters) final
Main algorithm applying the cluster refinement.
TrackingUtilities::Clusterizer< TrackingUtilities::CDCWireHit, TrackingUtilities::CDCWireHitCluster > m_wirehitClusterizer
Instance of the hit cluster generator.
bool m_param_expandOverApogeeGap
Parameter : Expand the super clusters over the typical gap at the apogee of the trajectory.
SuperClusterCreator()
Constructor.
std::string getDescription() final
Short description of the findlet.
std::vector< TrackingUtilities::WeightedRelation< TrackingUtilities::CDCWireHit > > m_wireHitRelations
Memory for the wire hit neighborhood in a cluster.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
WholeWireHitRelationFilter m_wireHitRelationFilter
Wire hit neighborhood relation filter.
Class mapping the neighborhood of wires to the neighborhood of wire hits.
An aggregation of CDCWireHits.
Class representing a hit wire in the central drift chamber.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.