![]() |
Belle II Software development
|
Class implementing the Karimaki fit for two dimensional trajectory circle. More...
#include <KarimakisMethod.h>
Public Member Functions | |
| KarimakisMethod () | |
| Constructor setting the default constraints. | |
| void | update (TrackingUtilities::CDCTrajectory2D &trajectory2D, CDCObservations2D &observations2D) const |
| Executes the fit and updates the trajectory parameters. This may render the information in the observation object. | |
| bool | isLineConstrained () const |
| Getter for the indicator that lines should be fitted by this fitter. | |
| void | setLineConstrained (bool constrained=true) |
| Indicator if this fitter is setup to fit lines. | |
Private Member Functions | |
| TrackingUtilities::UncertainPerigeeCircle | fitInternal (CDCObservations2D &observations2D) const |
| Internal method doing the heavy work. | |
Private Attributes | |
| bool | m_lineConstrained |
| Memory for the flag indicating that lines should be fitted. | |
Class implementing the Karimaki fit for two dimensional trajectory circle.
Definition at line 23 of file KarimakisMethod.h.
| KarimakisMethod | ( | ) |
Constructor setting the default constraints.
Definition at line 25 of file KarimakisMethod.cc.
|
private |
Internal method doing the heavy work.
Definition at line 215 of file KarimakisMethod.cc.
|
inline |
Getter for the indicator that lines should be fitted by this fitter.
Definition at line 38 of file KarimakisMethod.h.
|
inline |
Indicator if this fitter is setup to fit lines.
Definition at line 44 of file KarimakisMethod.h.
| void update | ( | TrackingUtilities::CDCTrajectory2D & | trajectory2D, |
| CDCObservations2D & | observations2D ) const |
Executes the fit and updates the trajectory parameters. This may render the information in the observation object.
Definition at line 30 of file KarimakisMethod.cc.
|
private |
Memory for the flag indicating that lines should be fitted.
Definition at line 51 of file KarimakisMethod.h.