FairRoot/PandaRoot
|
#include <KFPVertex.h>
Public Member Functions | |
KFPVertex () | |
~KFPVertex () | |
float | GetX () const |
float | GetY () const |
float | GetZ () const |
void | GetXYZ (float *position) const |
void | GetXYZ (double *position) const |
void | GetCovarianceMatrix (float *covmatrix) const |
void | GetCovarianceMatrix (double *covmatrix) const |
float | GetChi2perNDF () const |
float | GetChi2 () const |
int | GetNDF () const |
int | GetNContributors () const |
float | GetParameter (int i) const |
float | GetCovariance (int i) const |
void | SetXYZ (float *position) |
void | SetXYZ (float x, float y, float z) |
void | SetX (float x) |
void | SetY (float y) |
void | SetZ (float z) |
void | SetChi2 (float chi) |
void | SetNDF (int ndf) |
void | SetNContributors (int nc) |
void | SetCovarianceMatrix (float *C) |
void | SetCovarianceMatrix (float C00, float C10, float C11, float C20, float C21, float C22) |
Private Attributes | |
float | fP [3] |
float | fC [6] |
float | fChi2 |
int | fNContributors |
int | fNDF |
Definition at line 4 of file KFPVertex.h.
|
inline |
Definition at line 7 of file KFPVertex.h.
|
inline |
Definition at line 8 of file KFPVertex.h.
|
inline |
Definition at line 31 of file KFPVertex.h.
References fChi2.
Referenced by AliKFVertex::AliKFVertex(), KFParticle::KFParticle(), KFParticleSIMD::KFParticleSIMD(), and KFVertex::KFVertex().
|
inline |
Definition at line 30 of file KFPVertex.h.
|
inline |
Definition at line 36 of file KFPVertex.h.
|
inline |
Definition at line 19 of file KFPVertex.h.
Referenced by AliKFVertex::AliKFVertex(), KFParticle::KFParticle(), KFParticleSIMD::KFParticleSIMD(), and KFVertex::KFVertex().
|
inline |
Definition at line 24 of file KFPVertex.h.
|
inline |
Definition at line 33 of file KFPVertex.h.
References fNContributors.
Referenced by AliKFVertex::AliKFVertex(), KFParticle::KFParticle(), KFParticleSIMD::KFParticleSIMD(), and KFVertex::KFVertex().
|
inline |
|
inline |
Definition at line 35 of file KFPVertex.h.
|
inline |
|
inline |
Definition at line 17 of file KFPVertex.h.
References fP.
Referenced by AliKFVertex::AliKFVertex(), KFParticle::KFParticle(), KFParticleSIMD::KFParticleSIMD(), and KFVertex::KFVertex().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 44 of file KFPVertex.h.
References fChi2.
Referenced by PndKFParticleFinder::Exec(), and KFPTopoReconstructor::ReconstructPrimVertex().
|
inline |
Definition at line 48 of file KFPVertex.h.
Referenced by PndKFParticleFinder::Exec(), and KFPTopoReconstructor::ReconstructPrimVertex().
|
inline |
|
inline |
Definition at line 46 of file KFPVertex.h.
References fNContributors, and nc.
Referenced by PndKFParticleFinder::Exec(), and KFPTopoReconstructor::ReconstructPrimVertex().
|
inline |
|
inline |
Definition at line 41 of file KFPVertex.h.
|
inline |
Definition at line 39 of file KFPVertex.h.
References fP.
Referenced by PndKFParticleFinder::Exec(), and KFPTopoReconstructor::ReconstructPrimVertex().
|
inline |
Definition at line 40 of file KFPVertex.h.
|
inline |
Definition at line 42 of file KFPVertex.h.
|
inline |
Definition at line 43 of file KFPVertex.h.
|
private |
Definition at line 67 of file KFPVertex.h.
Referenced by GetCovariance(), GetCovarianceMatrix(), and SetCovarianceMatrix().
|
private |
Definition at line 68 of file KFPVertex.h.
Referenced by GetChi2(), GetChi2perNDF(), and SetChi2().
|
private |
Definition at line 69 of file KFPVertex.h.
Referenced by GetNContributors(), and SetNContributors().
|
private |
Definition at line 70 of file KFPVertex.h.
Referenced by GetChi2perNDF(), GetNDF(), and SetNDF().
|
private |