10#include <tracking/trackFindingCDC/filters/trackRelation/BaseTrackRelationFilter.h>
21 namespace TrackingUtilities {
24 namespace TrackFindingCDC {
The Module parameter list class.
BaseTrackRelationFilter()
Default constructor.
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.
TrackingUtilities::Weight operator()(const TrackingUtilities::CDCTrack &fromTrack, const TrackingUtilities::CDCTrack &toTrack) final
Implementation of the phi calculation.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Export all parameters.
BaseTrackRelationFilter Super
Type of the super class.
Class representing a sequence of three dimensional reconstructed hits.
Abstract base class for different kinds of events.