|
CbmRoot
|
#include <CbmKFVertex.h>
Public Member Functions | |
| CbmKFVertex () | |
| CbmKFVertex (CbmVertex &v) | |
| ~CbmKFVertex () | |
| Double_t & | GetRefX () |
| Double_t & | GetRefY () |
| Double_t & | GetRefZ () |
| Double_t * | GetCovMatrix () |
| Double_t & | GetRefChi2 () |
| Array[6] of covariance matrix. | |
| Int_t & | GetRefNDF () |
| Chi^2 after fit. | |
| Int_t & | GetRefNTracks () |
| Number of Degrees of Freedom after fit. | |
| void | SetVertex (CbmVertex &v) |
| Number of tracks used during fit. | |
| void | GetVertex (CbmVertex &v) |
Private Attributes | |
| Double_t | fX |
| Double_t | fY |
| Double_t | fZ |
| Double_t | fC [6] |
| Double_t | fChi2 |
| Int_t | fNDF |
| Int_t | fNTracks |
Definition at line 10 of file CbmKFVertex.h.
|
inline |
|
inline |
Definition at line 22 of file CbmKFVertex.h.
References fChi2, fNDF, fNTracks, fX, fY, fZ, CbmKFVertexInterface::SetVertex(), and v.
|
inline |
Definition at line 23 of file CbmKFVertex.h.
|
inlinevirtual |
Reimplemented from CbmKFVertexInterface.
Definition at line 28 of file CbmKFVertex.h.
References fC.
Referenced by CbmL1PFFitter::GetChiToVertex().
|
inlinevirtual |
Array[6] of covariance matrix.
Reimplemented from CbmKFVertexInterface.
Definition at line 29 of file CbmKFVertex.h.
References fChi2.
|
inlinevirtual |
Chi^2 after fit.
Reimplemented from CbmKFVertexInterface.
Definition at line 30 of file CbmKFVertex.h.
References fNDF.
|
inlinevirtual |
Number of Degrees of Freedom after fit.
Reimplemented from CbmKFVertexInterface.
Definition at line 31 of file CbmKFVertex.h.
References fNTracks.
|
inlinevirtual |
I/O parameters for vertex fit routines
Reimplemented from CbmKFVertexInterface.
Definition at line 25 of file CbmKFVertex.h.
References fX.
Referenced by CbmKFParticleFinder::Exec(), and CbmL1PFFitter::GetChiToVertex().
|
inlinevirtual |
Reimplemented from CbmKFVertexInterface.
Definition at line 26 of file CbmKFVertex.h.
References fY.
Referenced by CbmKFParticleFinder::Exec(), and CbmL1PFFitter::GetChiToVertex().
|
inlinevirtual |
Reimplemented from CbmKFVertexInterface.
Definition at line 27 of file CbmKFVertex.h.
References fZ.
Referenced by CbmKFParticleFinder::Exec(), and CbmL1PFFitter::GetChiToVertex().
|
inherited |
Definition at line 55 of file CbmKFVertexInterface.cxx.
References GetCovMatrix(), GetRefChi2(), GetRefNDF(), GetRefNTracks(), GetRefX(), GetRefY(), GetRefZ(), and v.
Referenced by CbmPVFinderKFGlobal::FindEventVertex(), and CbmPVFinderKFGlobal::FindPrimaryVertex().
|
inherited |
Number of tracks used during fit.
Definition at line 38 of file CbmKFVertexInterface.cxx.
References GetCovMatrix(), GetRefChi2(), GetRefNDF(), GetRefNTracks(), GetRefX(), GetRefY(), GetRefZ(), and v.
Referenced by CbmKFVertex::CbmKFVertex().
|
private |
Definition at line 13 of file CbmKFVertex.h.
Referenced by CbmKFVertex(), and GetCovMatrix().
|
private |
Definition at line 13 of file CbmKFVertex.h.
Referenced by CbmKFVertex(), CbmKFVertex(), and GetRefChi2().
|
private |
Definition at line 14 of file CbmKFVertex.h.
Referenced by CbmKFVertex(), CbmKFVertex(), and GetRefNDF().
|
private |
Definition at line 14 of file CbmKFVertex.h.
Referenced by CbmKFVertex(), CbmKFVertex(), and GetRefNTracks().
|
private |
Definition at line 13 of file CbmKFVertex.h.
Referenced by CbmKFVertex(), CbmKFVertex(), and GetRefX().
|
private |
Definition at line 13 of file CbmKFVertex.h.
Referenced by CbmKFVertex(), CbmKFVertex(), and GetRefY().
|
private |
Definition at line 13 of file CbmKFVertex.h.
Referenced by CbmKFVertex(), CbmKFVertex(), and GetRefZ().