Belle II Software development
IPTrackTimeEstimatorModule.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 {
17
21 private:
23 double estimateFlightLengthUsingFittedInformation(genfit::MeasuredStateOnPlane& measuredStateOnPlane) const override;
24
26 double estimateFlightLengthUsingSeedInformation(const RecoTrack& recoTrack) const override;
27 };
28
29}
BaseTrackTimeEstimatorModule()
Initialize the module parameters.
Base Module estimating the track time of RecoTracks - before or after the fit.
double estimateFlightLengthUsingSeedInformation(const RecoTrack &recoTrack) const override
Calculate the flight length from the origin or the perigee to the start position of the track.
double estimateFlightLengthUsingFittedInformation(genfit::MeasuredStateOnPlane &measuredStateOnPlane) const override
Extrapolate the first measurement to the center of the IP.
This is the Reconstruction Event-Data Model Track.
Definition RecoTrack.h:79
Abstract base class for different kinds of events.