#include <TtFitRes.h>
Definition at line 14 of file TtFitRes.h.
◆ TtFitRes() [1/2]
◆ TtFitRes() [2/2]
TtFitRes::TtFitRes |
( |
Double_t |
p0, |
|
|
Double_t |
p1, |
|
|
Double_t |
p2, |
|
|
Double_t |
p3, |
|
|
Double_t |
eloss, |
|
|
Double_t |
chiX, |
|
|
Double_t |
chiY, |
|
|
Int_t |
numSens |
|
) |
| |
◆ ~TtFitRes()
virtual TtFitRes::~TtFitRes |
( |
| ) |
|
|
virtual |
◆ GetChiSquareX()
Double_t TtFitRes::GetChiSquareX |
( |
| ) |
const |
|
inline |
◆ GetChiSquareY()
Double_t TtFitRes::GetChiSquareY |
( |
| ) |
const |
|
inline |
◆ GetDirectionVec()
TVector2 TtFitRes::GetDirectionVec |
( |
| ) |
const |
|
inline |
Definition at line 31 of file TtFitRes.h.
31 {
return TVector2(fP1, fP3); }
◆ GetEloss()
Double_t TtFitRes::GetEloss |
( |
| ) |
|
|
inline |
◆ GetFirstPoint()
TVector2 TtFitRes::GetFirstPoint |
( |
| ) |
const |
|
inline |
Definition at line 30 of file TtFitRes.h.
30 {
return TVector2(fP0, fP2); }
◆ GetNsens()
Int_t TtFitRes::GetNsens |
( |
| ) |
const |
|
inline |
◆ GetPar()
void TtFitRes::GetPar |
( |
Double_t * |
par | ) |
const |
|
inline |
The documentation for this class was generated from the following file: