Belle II Software development
RadiusTrackTimeEstimatorModule.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#pragma once
9
10#include <tracking/modules/fitter/timeEstimator/BaseTrackTimeEstimatorModule.h>
11
12namespace Belle2 {
21
22 public:
25
26 private:
29
31 double estimateFlightLengthUsingFittedInformation(genfit::MeasuredStateOnPlane& measuredStateOnPlane) const override;
32
34 double estimateFlightLengthUsingSeedInformation(const RecoTrack& recoTrack) const override;
35 };
37}
Base Module estimating the track time of RecoTracks - before or after the fit.
Module estimating the track time of RecoTracks - before or after the fit.
double estimateFlightLengthUsingSeedInformation(const RecoTrack &recoTrack) const override
Use some helix functionality to calculate the distance to given the radius.
double estimateFlightLengthUsingFittedInformation(genfit::MeasuredStateOnPlane &measuredStateOnPlane) const override
Extrapolate the measured state on plane to the given radius.
double m_param_radiusForExtrapolation
Radius used for extrapolation. Please be aware that if the RecoTrack does not reach this radius,...
RadiusTrackTimeEstimatorModule()
Initialize the module parameters.
This is the Reconstruction Event-Data Model Track.
Definition: RecoTrack.h:79
Abstract base class for different kinds of events.