 |
Belle II Software
release-05-01-25
|
17 namespace TrackFindingCDC {
18 class CDCSZObservations;
19 class CDCTrajectorySZ;
22 class CDCRobustSZFitter {
45 CDCTrajectorySZ
fitTheilSen(
const CDCSZObservations& szObservations)
const;
57 double getMedianZ0(
const CDCSZObservations& szObservations,
double tanLambda)
const;
CDCTrajectorySZ fitWeightedTheilSen(const CDCSZObservations &szObservations) const
Implements the weighted Theil-Sen line fit algorithm.
double getMedianZ0(const CDCSZObservations &szObservations, double tanLambda) const
Compute the median z0 intercept from the given observations and an estimated slope.
Abstract base class for different kinds of events.
CDCTrajectorySZ fitTheilSen(const CDCSZObservations &szObservations) const
Implements the original Theil-Sen line fit algorithm.
CDCTrajectorySZ fitUsingSimplifiedTheilSen(const CDCSZObservations &szObservations) const
Fit a linear sz trajectory to the reconstructed stereo segment.