![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
#include <AliTPCkalmanTime.h>
Public Member Functions | |
AliTPCkalmanTime () | |
AliTPCkalmanTime (Double_t time, Double_t xoff, Double_t k, Double_t sigmaxoff, Double_t sigmak) | |
void | Propagate (Double_t time, Double_t sigma, TTreeSRedirector *debug=0) |
void | Update (Double_t x, Double_t xerr, Double_t ptratio, TTreeSRedirector *debug=0) |
void | Init (Double_t time, Double_t xoff, Double_t k, Double_t sigmaxoff, Double_t sigmak) |
Static Public Member Functions | |
static void | TestMC (const char *fname) |
Public Attributes | |
TMatrixD * | fState |
TMatrixD * | fCovariance |
Double_t | fTime |
Private Member Functions | |
AliTPCkalmanTime & | operator= (const AliTPCkalmanTime &) |
AliTPCkalmanTime (const AliTPCkalmanTime &) | |
ClassDef (AliTPCkalmanTime, 1) | |
Definition at line 11 of file AliTPCkalmanTime.h.
AliTPCkalmanTime::AliTPCkalmanTime | ( | ) |
Definition at line 56 of file AliTPCkalmanTime.cxx.
AliTPCkalmanTime::AliTPCkalmanTime | ( | Double_t | time, |
Double_t | xoff, | ||
Double_t | k, | ||
Double_t | sigmaxoff, | ||
Double_t | sigmak | ||
) |
Definition at line 67 of file AliTPCkalmanTime.cxx.
|
private |
|
private |
void AliTPCkalmanTime::Init | ( | Double_t | time, |
Double_t | xoff, | ||
Double_t | k, | ||
Double_t | sigmaxoff, | ||
Double_t | sigmak | ||
) |
Definition at line 80 of file AliTPCkalmanTime.cxx.
Referenced by AliTPCkalmanTime(), FitKalman(), and TestMC().
|
private |
void AliTPCkalmanTime::Propagate | ( | Double_t | time, |
Double_t | sigma, | ||
TTreeSRedirector * | debug = 0 |
||
) |
Definition at line 96 of file AliTPCkalmanTime.cxx.
Referenced by FitKalman(), recVDrift(), and TestMC().
|
static |
Definition at line 177 of file AliTPCkalmanTime.cxx.
void AliTPCkalmanTime::Update | ( | Double_t | x, |
Double_t | xerr, | ||
Double_t | ptratio, | ||
TTreeSRedirector * | debug = 0 |
||
) |
Definition at line 116 of file AliTPCkalmanTime.cxx.
Referenced by FitKalman(), recVDrift(), and TestMC().
TMatrixD* AliTPCkalmanTime::fCovariance |
Definition at line 21 of file AliTPCkalmanTime.h.
Referenced by FitKalman(), Init(), Propagate(), recVDrift(), TestMC(), and Update().
TMatrixD* AliTPCkalmanTime::fState |
Definition at line 20 of file AliTPCkalmanTime.h.
Referenced by FitKalman(), Init(), Propagate(), recVDrift(), TestMC(), and Update().
Double_t AliTPCkalmanTime::fTime |
Definition at line 22 of file AliTPCkalmanTime.h.
Referenced by Init(), Propagate(), recVDrift(), and Update().