10#include <tracking/trackFindingCDC/filters/trackRelation/BaseTrackRelationFilter.h>
19 class ModuleParamList;
21 namespace TrackFindingCDC {
The Module parameter list class.
Base class for filtering the neighborhood of tracks.
BaseTrackRelationFilter()
Default constructor.
Class representing a sequence of three dimensional reconstructed hits.
Relation filter that lets only possibilities with small phi distance pass.
double m_param_maximalPhiDistance
Parameter : The maximal deviation in phi between the trajectories of the track.
Weight operator()(const CDCTrack &fromTrack, const CDCTrack &toTrack) final
Implementation of the phi calculation.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Export all parameters.
Abstract base class for different kinds of events.