10#include <tracking/trackFindingCDC/filters/base/RelationFilter.icc.h>
12#include <tracking/modules/cosmicsTrackMerger/CellularRecoTrack.h>
37 using Super::operator();
The Module parameter list class.
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.
TrackFindingCDC::RelationFilter< const CellularRecoTrack > Super
Type of the super class.
TrackFindingCDC::Weight operator()(const CellularRecoTrack &fromTrack, const CellularRecoTrack &toTrack) final
Implementation of the phi calculation.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Export all parameters.
Base class for filtering the neighborhood of objects.
TrackFindingCDC::WithAutomatonCell< const RecoTrack * > CellularRecoTrack
Type of a reco track with automaton cell.
Abstract base class for different kinds of events.