10#include <tracking/trackingUtilities/filters/base/RelationFilter.dcl.h>
24 namespace TrackingUtilities {
27 namespace TrackFindingCDC {
66 const std::vector<TrackingUtilities::CDCWireHit*>& wireHits)
const final;
71 {{0, 2}, {2, 2}, {4, 2}, {6, 2}, {8, 2}, {10, 2}};
The Module parameter list class.
std::map< int, int > m_param_missingPrimaryNeighborThresholdMap
Parameter: A map from o'clock direction to the number of missing primary drift cells.
void initialize() override
Receive signal at the begin of the event processing and prepare some parameters.
std::vector< TrackingUtilities::CDCWireHit * > getPossibleTos(TrackingUtilities::CDCWireHit *from, const std::vector< TrackingUtilities::CDCWireHit * > &wireHits) const final
Returns a vector containing the neighboring wire hits of the given wire hit out of the sorted range g...
~BridgingWireHitRelationFilter()
Default destructor.
BridgingWireHitRelationFilter()
Default constructor.
std::array< short, 12 > m_missingPrimaryNeighborThresholds
Array for the number of primary drift cells to be included for the o'clock position at each index.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the set of parameters of the filter to the module parameter list.
TrackingUtilities::RelationFilter< TrackingUtilities::CDCWireHit > Super
Type of the base class.
std::vector< short > m_consideredSecondaryNeighbors
Indices of the considered o'clock positions of the secondary neighborhood.
Class representing a hit wire in the central drift chamber.
Base class for filtering the neighborhood of objects.
Abstract base class for different kinds of events.