10#include <tracking/trackFindingCDC/filters/base/RelationFilter.dcl.h>
22 class ModuleParamList;
24 namespace TrackFindingCDC {
64 const std::vector<CDCWireHit*>& wireHits)
const final;
69 {{0, 2}, {2, 2}, {4, 2}, {6, 2}, {8, 2}, {10, 2}};
The Module parameter list class.
Wire hit relation filter that is compensating for hit inefficiencies.
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.
~BridgingWireHitRelationFilter()
Default destructor.
BridgingWireHitRelationFilter()
Default constructor.
std::vector< CDCWireHit * > getPossibleTos(CDCWireHit *from, const std::vector< CDCWireHit * > &wireHits) const final
Returns a vector containing the neighboring wire hits of the given wire hit out of the sorted range g...
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.
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.