CbmRoot
|
#include <CbmL1Vtx.h>
Public Member Functions | |
CbmL1Vtx () | |
Double_t & | GetRefX () |
Double_t & | GetRefY () |
Double_t & | GetRefZ () |
Double_t * | GetCovMatrix () |
Double_t & | GetRefChi2 () |
Array[6] of covariance matrix. More... | |
Int_t & | GetRefNDF () |
Chi^2 after fit. More... | |
Double_t & | GetRefMass () |
Double_t & | GetRefMassError () |
virtual Int_t & | GetRefNTracks () |
Number of Degrees of Freedom after fit. More... | |
void | SetVertex (CbmVertex &v) |
Number of tracks used during fit. More... | |
void | GetVertex (CbmVertex &v) |
Public Attributes | |
double | MC_mass |
double | MC_q |
double | MC_p |
double | MC_x |
double | MC_y |
double | MC_z |
double | MC_px |
double | MC_py |
double | MC_pz |
int | MC_ID |
int | MC_pdg |
double | x |
double | y |
double | z |
double | C [6] |
double | chi2 |
int | NDF |
double | mass |
double | mass_err |
Definition at line 22 of file CbmL1Vtx.h.
|
inline |
Definition at line 23 of file CbmL1Vtx.h.
|
inlinevirtual |
|
inlinevirtual |
Array[6] of covariance matrix.
Reimplemented from CbmKFVertexInterface.
Definition at line 55 of file CbmL1Vtx.h.
References chi2.
|
inline |
Definition at line 57 of file CbmL1Vtx.h.
References mass.
|
inline |
Definition at line 58 of file CbmL1Vtx.h.
References mass_err.
|
inlinevirtual |
Chi^2 after fit.
Reimplemented from CbmKFVertexInterface.
Definition at line 56 of file CbmL1Vtx.h.
References NDF.
|
virtualinherited |
Number of Degrees of Freedom after fit.
Reimplemented in CbmKFVertex.
Definition at line 34 of file CbmKFVertexInterface.cxx.
References gTempI.
Referenced by CbmKFPrimaryVertexFinder::Fit(), CbmKFVertexInterface::GetVertex(), and CbmKFVertexInterface::SetVertex().
|
inlinevirtual |
I/O parameters for vertex fit routines
Reimplemented from CbmKFVertexInterface.
Definition at line 51 of file CbmL1Vtx.h.
References x.
|
inlinevirtual |
|
inlinevirtual |
|
inherited |
Definition at line 50 of file CbmKFVertexInterface.cxx.
References CbmKFVertexInterface::GetCovMatrix(), CbmKFVertexInterface::GetRefChi2(), CbmKFVertexInterface::GetRefNDF(), CbmKFVertexInterface::GetRefNTracks(), CbmKFVertexInterface::GetRefX(), CbmKFVertexInterface::GetRefY(), CbmKFVertexInterface::GetRefZ(), i, and v.
Referenced by CbmKFSecondaryVertexFinder::GetVertex().
|
inherited |
Number of tracks used during fit.
Definition at line 36 of file CbmKFVertexInterface.cxx.
References CbmKFVertexInterface::GetCovMatrix(), CbmKFVertexInterface::GetRefChi2(), CbmKFVertexInterface::GetRefNDF(), CbmKFVertexInterface::GetRefNTracks(), CbmKFVertexInterface::GetRefX(), CbmKFVertexInterface::GetRefY(), CbmKFVertexInterface::GetRefZ(), i, and v.
Referenced by CbmKFVertex::CbmKFVertex(), CbmStsKFSecondaryVertexFinder::SetApproximation(), and CbmStsKFSecondaryVertexFinder::SetTopoConstraint().
double CbmL1Vtx::C[6] |
Definition at line 46 of file CbmL1Vtx.h.
Referenced by GetCovMatrix().
double CbmL1Vtx::chi2 |
Definition at line 46 of file CbmL1Vtx.h.
Referenced by GetRefChi2().
double CbmL1Vtx::mass |
Definition at line 49 of file CbmL1Vtx.h.
Referenced by GetRefMass().
double CbmL1Vtx::mass_err |
Definition at line 49 of file CbmL1Vtx.h.
Referenced by GetRefMassError().
int CbmL1Vtx::MC_ID |
Definition at line 44 of file CbmL1Vtx.h.
Referenced by CbmL1::Fill_vMCTracks().
double CbmL1Vtx::MC_mass |
Definition at line 43 of file CbmL1Vtx.h.
double CbmL1Vtx::MC_p |
Definition at line 43 of file CbmL1Vtx.h.
int CbmL1Vtx::MC_pdg |
Definition at line 44 of file CbmL1Vtx.h.
double CbmL1Vtx::MC_px |
Definition at line 43 of file CbmL1Vtx.h.
double CbmL1Vtx::MC_py |
Definition at line 43 of file CbmL1Vtx.h.
double CbmL1Vtx::MC_pz |
Definition at line 43 of file CbmL1Vtx.h.
double CbmL1Vtx::MC_q |
Definition at line 43 of file CbmL1Vtx.h.
double CbmL1Vtx::MC_x |
Definition at line 43 of file CbmL1Vtx.h.
Referenced by CbmL1::Fill_vMCTracks().
double CbmL1Vtx::MC_y |
Definition at line 43 of file CbmL1Vtx.h.
Referenced by CbmL1::Fill_vMCTracks().
double CbmL1Vtx::MC_z |
Definition at line 43 of file CbmL1Vtx.h.
Referenced by CbmL1::Fill_vMCTracks().
int CbmL1Vtx::NDF |
Definition at line 47 of file CbmL1Vtx.h.
Referenced by GetRefNDF().
double CbmL1Vtx::x |
Definition at line 46 of file CbmL1Vtx.h.
Referenced by GetRefX().
double CbmL1Vtx::y |
Definition at line 46 of file CbmL1Vtx.h.
Referenced by GetRefY().
double CbmL1Vtx::z |
Definition at line 46 of file CbmL1Vtx.h.
Referenced by GetRefZ().