8#include <tracking/trackFindingCDC/filters/trackRelation/PhiTrackRelationFilter.h>
10#include <tracking/trackFindingCDC/eventdata/tracks/CDCTrack.h>
12#include <tracking/trackFindingCDC/numerics/Angle.h>
14#include <tracking/trackFindingCDC/utilities/StringManipulation.h>
16#include <framework/core/ModuleParamList.templateDetails.h>
19using namespace TrackFindingCDC;
22 const std::string& prefix)
24 moduleParamList->
addParameter(prefixed(prefix,
"maximalPhiDistance"),
26 "Maximal Phi distance below to tracks should be merged.",
The Module parameter list class.
Class representing a sequence of three dimensional reconstructed hits.
const Vector3D & getStartRecoPos3D() const
Getter for the position of the first reconstructed hit.
const CDCTrajectory3D & getStartTrajectory3D() const
Getter for the two dimensional trajectory.
Vector3D getFlightDirection3DAtSupport() const
Get the unit momentum at the start point of the trajectory.
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.
double phi() const
Getter for the azimuth angle.
double y() const
Getter for the y coordinate.
void addParameter(const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue)
Adds a new parameter to the module list.
Abstract base class for different kinds of events.
static double normalised(const double angle)
Normalise an angle to lie in the range from [-pi, pi].