10#include <tracking/trackFindingCDC/filters/base/RelationFilter.dcl.h>
20 class ModuleParamList;
22 namespace TrackFindingCDC {
43 const std::vector<CDCWireHit*>& wireHits)
const final;
The Module parameter list class.
Class representing a hit wire in the central drift chamber.
Base class for filtering the neighborhood of objects.
Class mapping the neighborhood of wires to the neighborhood of wire hits.
~WholeWireHitRelationFilter()
Default destructor.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
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...
int m_param_degree
Degree of the neighbor extend.
Abstract base class for different kinds of events.