5#ifndef MUON_STAU_TIMEPOINTBETAFITTER_H
6#define MUON_STAU_TIMEPOINTBETAFITTER_H
9#include "GaudiKernel/PhysicalConstants.h"
static constexpr double const & invSpeedOfLight
FitResult fitWithOutlierLogic(HitVec &hits) const
fit beta with outlier logic
static FitResult fit(HitVec &hits)
fit beta
TimePointBetaFitter()
constructor
std::vector< Hit > HitVec
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
FitResult(int status_, float beta_, float chi2_, int ndof_)
float chi2PerDOF() const
chi2/ndof, return 0 if ndof == 0 or status == 0
float beta
status flag (0 = failed, 1 = ok)
float time
distance from time reference point use to calculate TOF
float weight2
error on the time
float distance
data memebers
float residual
flag to indicate whether to use the hit in the fit
Hit(float distance_, float time_, float error_)
constructor, takes the distance of the point to the IP, the measured time with tof subtracted and the...