#include <KFPVertex.h>
Definition at line 4 of file KFPVertex.h.
◆ KFPVertex()
◆ ~KFPVertex()
KFPVertex::~KFPVertex |
( |
| ) |
|
|
inline |
◆ GetChi2()
float KFPVertex::GetChi2 |
( |
| ) |
const |
|
inline |
◆ GetChi2perNDF()
float KFPVertex::GetChi2perNDF |
( |
| ) |
const |
|
inline |
Definition at line 39 of file KFPVertex.h.
39 {
return fChi2 / fNDF; }
◆ GetCovariance()
float KFPVertex::GetCovariance |
( |
int |
i | ) |
const |
|
inline |
◆ GetCovarianceMatrix() [1/2]
void KFPVertex::GetCovarianceMatrix |
( |
float * |
covmatrix | ) |
const |
|
inline |
Definition at line 28 of file KFPVertex.h.
References i.
30 for (
int i = 0;
i < 6;
i++)
◆ GetCovarianceMatrix() [2/2]
void KFPVertex::GetCovarianceMatrix |
( |
double * |
covmatrix | ) |
const |
|
inline |
Definition at line 33 of file KFPVertex.h.
References i.
35 for (
int i = 0;
i < 6;
i++)
◆ GetNContributors()
int KFPVertex::GetNContributors |
( |
| ) |
const |
|
inline |
Definition at line 42 of file KFPVertex.h.
42 {
return fNContributors; }
◆ GetNDF()
int KFPVertex::GetNDF |
( |
| ) |
const |
|
inline |
◆ GetParameter()
float KFPVertex::GetParameter |
( |
int |
i | ) |
const |
|
inline |
◆ GetX()
float KFPVertex::GetX |
( |
| ) |
const |
|
inline |
◆ GetXYZ() [1/2]
void KFPVertex::GetXYZ |
( |
float * |
position | ) |
const |
|
inline |
◆ GetXYZ() [2/2]
void KFPVertex::GetXYZ |
( |
double * |
position | ) |
const |
|
inline |
◆ GetY()
float KFPVertex::GetY |
( |
| ) |
const |
|
inline |
◆ GetZ()
float KFPVertex::GetZ |
( |
| ) |
const |
|
inline |
◆ SetChi2()
void KFPVertex::SetChi2 |
( |
float |
chi | ) |
|
|
inline |
◆ SetCovarianceMatrix() [1/2]
void KFPVertex::SetCovarianceMatrix |
( |
float * |
C | ) |
|
|
inline |
Definition at line 66 of file KFPVertex.h.
References i.
68 for (
int i = 0;
i < 6;
i++)
◆ SetCovarianceMatrix() [2/2]
void KFPVertex::SetCovarianceMatrix |
( |
float |
C00, |
|
|
float |
C10, |
|
|
float |
C11, |
|
|
float |
C20, |
|
|
float |
C21, |
|
|
float |
C22 |
|
) |
| |
|
inline |
◆ SetNContributors()
void KFPVertex::SetNContributors |
( |
int |
nc | ) |
|
|
inline |
Definition at line 64 of file KFPVertex.h.
64 { fNContributors = nc; }
◆ SetNDF()
void KFPVertex::SetNDF |
( |
int |
ndf | ) |
|
|
inline |
◆ SetX()
void KFPVertex::SetX |
( |
float |
x | ) |
|
|
inline |
◆ SetXYZ() [1/2]
void KFPVertex::SetXYZ |
( |
float * |
position | ) |
|
|
inline |
◆ SetXYZ() [2/2]
void KFPVertex::SetXYZ |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
◆ SetY()
void KFPVertex::SetY |
( |
float |
y | ) |
|
|
inline |
◆ SetZ()
void KFPVertex::SetZ |
( |
float |
z | ) |
|
|
inline |
The documentation for this class was generated from the following file: