|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUON_STAU_TIMEPOINTBETAFITTER_H
6 #define MUON_STAU_TIMEPOINTBETAFITTER_H
9 #include "GaudiKernel/PhysicalConstants.h"
simple struct holding the input to 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...
FitResult(int status_, float beta_, float chi2_, int ndof_)
float time
distance from time reference point use to calculate TOF
float beta
status flag (0 = failed, 1 = ok)
FitResult fitWithOutlierLogic(HitVec &hits) const
fit beta with outlier logic
float chi2PerDOF() const
chi2/ndof, return 0 if ndof == 0 or status == 0
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
simple struct holding the fit result
float residual
flag to indicate whether to use the hit in the fit
float weight2
error on the time
static FitResult fit(HitVec &hits)
fit beta
std::vector< Hit > HitVec
TimePointBetaFitter()
constructor
float distance
data memebers