15 namespace TrackingUtilities {
18 namespace TrackFindingCDC {
Class serving as a storage of observed drift circles to present to the Riemann fitter.
RiemannsMethod()
Default constructor.
void update(TrackingUtilities::CDCTrajectory2D &trajectory2D, CDCObservations2D &observations2D) const
Executes the fit and updates the trajectory parameters. This may render the information in the observ...
void setLineConstrained(bool constrained=true)
Indicator if this fitter is setup to fit lines.
void updateWithoutDriftLength(TrackingUtilities::CDCTrajectory2D &trajectory2D, CDCObservations2D &observations2D) const
Executes the fit without using the drift length information.
bool isLineConstrained() const
Getter for the indicator that lines should be fitted by this fitter.
void setOriginConstrained(bool constrained=true)
Indicator if this fitter is setup to fit curves through the origin.
bool m_originConstrained
Memory for the flag indicating that curves through the origin shall be fitter.
void updateWithDriftLength(TrackingUtilities::CDCTrajectory2D &trajectory2D, CDCObservations2D &observations2D) const
Executes the fit using the drift length information.
bool m_lineConstrained
Memory for the flag indicating that lines should be fitted.
bool isOriginConstrained() const
Getter for the indicator that curves through the origin should be fitted by this fitter.
Particle trajectory as it is seen in xy projection represented as a circle.
Abstract base class for different kinds of events.