ATLAS Offline Software
|
simple struct holding the input to the fit More...
#include <TimePointBetaFitter.h>
Public Member Functions | |
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 error on the measurement More... | |
Public Attributes | |
float | distance |
data memebers More... | |
float | time |
distance from time reference point use to calculate TOF More... | |
float | error |
measured time More... | |
float | weight2 |
error on the time More... | |
bool | useInFit |
1./error^2 More... | |
float | residual |
flag to indicate whether to use the hit in the fit More... | |
simple struct holding the input to the fit
Definition at line 18 of file TimePointBetaFitter.h.
|
inline |
constructor, takes the distance of the point to the IP, the measured time with tof subtracted and the error on the measurement
Definition at line 20 of file TimePointBetaFitter.h.
float Muon::TimePointBetaFitter::Hit::distance |
data memebers
Definition at line 23 of file TimePointBetaFitter.h.
float Muon::TimePointBetaFitter::Hit::error |
measured time
Definition at line 25 of file TimePointBetaFitter.h.
float Muon::TimePointBetaFitter::Hit::residual |
flag to indicate whether to use the hit in the fit
Definition at line 28 of file TimePointBetaFitter.h.
float Muon::TimePointBetaFitter::Hit::time |
distance from time reference point use to calculate TOF
Definition at line 24 of file TimePointBetaFitter.h.
bool Muon::TimePointBetaFitter::Hit::useInFit |
1./error^2
Definition at line 27 of file TimePointBetaFitter.h.
float Muon::TimePointBetaFitter::Hit::weight2 |
error on the time
Definition at line 26 of file TimePointBetaFitter.h.