![]() |
Belle II Software development
|
Class implementing the z coordinate over travel distance line fit. More...
#include <CDCSZFitter.h>
Static Public Member Functions | |
| static const CDCSZFitter & | getFitter () |
| Getter for a standard sz line fitter instance. | |
| static TrackingUtilities::CDCTrajectorySZ | fitWithStereoHits (const TrackingUtilities::CDCTrack &track) |
| Returns the fitted sz trajectory of the track with the z-information of all stereo hits of the number of stereo hits is big enough. | |
| static TrackingUtilities::CDCTrajectorySZ | fit (const TrackingUtilities::CDCSegment2D &stereoSegment, const TrackingUtilities::CDCTrajectory2D &axialTrajectory2D) |
| Returns a fitted trajectory. | |
| static TrackingUtilities::CDCTrajectorySZ | fit (const TrackingUtilities::CDCSegment3D &segment3D) |
| Fits a linear sz trajectory to the z and s coordinates in the stereo segment. | |
| static TrackingUtilities::CDCTrajectorySZ | fit (CDCSZObservations observationsSZ) |
| Fits a linear sz trajectory to the s and z coordinates given in the observations. | |
| static TrackingUtilities::CDCTrajectorySZ | fit (const CDCObservations2D &observations2D) |
| Legacy - Fits a linear sz trajectory to the x and y coordinates interpreted as sz space. | |
| static void | update (const TrackingUtilities::CDCSegmentPair &segmentPair) |
| Updates the trajectory of the axial stereo segment pair inplace. | |
| static void | update (TrackingUtilities::CDCTrajectorySZ &trajectorySZ, const TrackingUtilities::CDCSegment2D &stereoSegment, const TrackingUtilities::CDCTrajectory2D &axialTrajectory2D) |
| Update the given sz trajectory reconstructing the stereo segment with a near by axial segment. | |
| static void | update (TrackingUtilities::CDCTrajectorySZ &trajectorySZ, CDCSZObservations &observationsSZ) |
| Update the trajectory with a fit to the observations. | |
Class implementing the z coordinate over travel distance line fit.
Definition at line 29 of file CDCSZFitter.h.
|
static |
Fits a linear sz trajectory to the s and z coordinates given in the observations.
Definition at line 156 of file CDCSZFitter.cc.
|
static |
Legacy - Fits a linear sz trajectory to the x and y coordinates interpreted as sz space.
Definition at line 182 of file CDCSZFitter.cc.
|
static |
Returns a fitted trajectory.
Definition at line 139 of file CDCSZFitter.cc.
|
static |
Fits a linear sz trajectory to the z and s coordinates in the stereo segment.
Definition at line 149 of file CDCSZFitter.cc.
|
static |
Returns the fitted sz trajectory of the track with the z-information of all stereo hits of the number of stereo hits is big enough.
Else return the basic assumption.
Definition at line 125 of file CDCSZFitter.cc.
|
static |
Getter for a standard sz line fitter instance.
Definition at line 37 of file CDCSZFitter.cc.
|
static |
Updates the trajectory of the axial stereo segment pair inplace.
Definition at line 163 of file CDCSZFitter.cc.
|
static |
Update the trajectory with a fit to the observations.
Definition at line 209 of file CDCSZFitter.cc.
|
static |
Update the given sz trajectory reconstructing the stereo segment with a near by axial segment.
Definition at line 193 of file CDCSZFitter.cc.