#include <KFPVertex.h>
Definition at line 16 of file KFPVertex.h.
◆ KFPVertex()
◆ ~KFPVertex()
KFPVertex::~KFPVertex |
( |
| ) |
|
|
inline |
◆ GetChi2()
float KFPVertex::GetChi2 |
( |
| ) |
const |
|
inline |
◆ GetChi2perNDF()
float KFPVertex::GetChi2perNDF |
( |
| ) |
const |
|
inline |
Definition at line 51 of file KFPVertex.h.
51 {
return fChi2 / fNDF; }
◆ GetCovariance()
float KFPVertex::GetCovariance |
( |
int |
i | ) |
const |
|
inline |
◆ GetCovarianceMatrix() [1/2]
void KFPVertex::GetCovarianceMatrix |
( |
float * |
covmatrix | ) |
const |
|
inline |
Definition at line 40 of file KFPVertex.h.
References i.
42 for (
int i = 0;
i < 6;
i++)
◆ GetCovarianceMatrix() [2/2]
void KFPVertex::GetCovarianceMatrix |
( |
double * |
covmatrix | ) |
const |
|
inline |
Definition at line 45 of file KFPVertex.h.
References i.
47 for (
int i = 0;
i < 6;
i++)
◆ GetNContributors()
int KFPVertex::GetNContributors |
( |
| ) |
const |
|
inline |
Definition at line 54 of file KFPVertex.h.
54 {
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 78 of file KFPVertex.h.
References i.
80 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 76 of file KFPVertex.h.
76 { 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: