CbmRoot
CbmL1Vtx Struct Reference

#include <CbmL1Vtx.h>

Inheritance diagram for CbmL1Vtx:
[legend]
Collaboration diagram for CbmL1Vtx:
[legend]

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
 

Detailed Description

Definition at line 22 of file CbmL1Vtx.h.

Constructor & Destructor Documentation

◆ CbmL1Vtx()

CbmL1Vtx::CbmL1Vtx ( )
inline

Definition at line 23 of file CbmL1Vtx.h.

Member Function Documentation

◆ GetCovMatrix()

Double_t* CbmL1Vtx::GetCovMatrix ( )
inlinevirtual

Reimplemented from CbmKFVertexInterface.

Definition at line 54 of file CbmL1Vtx.h.

References C.

◆ GetRefChi2()

Double_t& CbmL1Vtx::GetRefChi2 ( )
inlinevirtual

Array[6] of covariance matrix.

Reimplemented from CbmKFVertexInterface.

Definition at line 55 of file CbmL1Vtx.h.

References chi2.

◆ GetRefMass()

Double_t& CbmL1Vtx::GetRefMass ( )
inline

Definition at line 57 of file CbmL1Vtx.h.

References mass.

◆ GetRefMassError()

Double_t& CbmL1Vtx::GetRefMassError ( )
inline

Definition at line 58 of file CbmL1Vtx.h.

References mass_err.

◆ GetRefNDF()

Int_t& CbmL1Vtx::GetRefNDF ( )
inlinevirtual

Chi^2 after fit.

Reimplemented from CbmKFVertexInterface.

Definition at line 56 of file CbmL1Vtx.h.

References NDF.

◆ GetRefNTracks()

Int_t & CbmKFVertexInterface::GetRefNTracks ( )
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().

◆ GetRefX()

Double_t& CbmL1Vtx::GetRefX ( )
inlinevirtual

I/O parameters for vertex fit routines

Reimplemented from CbmKFVertexInterface.

Definition at line 51 of file CbmL1Vtx.h.

References x.

◆ GetRefY()

Double_t& CbmL1Vtx::GetRefY ( )
inlinevirtual

Reimplemented from CbmKFVertexInterface.

Definition at line 52 of file CbmL1Vtx.h.

References y.

◆ GetRefZ()

Double_t& CbmL1Vtx::GetRefZ ( )
inlinevirtual

Reimplemented from CbmKFVertexInterface.

Definition at line 53 of file CbmL1Vtx.h.

References z.

◆ GetVertex()

◆ SetVertex()

Member Data Documentation

◆ C

double CbmL1Vtx::C[6]

Definition at line 46 of file CbmL1Vtx.h.

Referenced by GetCovMatrix().

◆ chi2

double CbmL1Vtx::chi2

Definition at line 46 of file CbmL1Vtx.h.

Referenced by GetRefChi2().

◆ mass

double CbmL1Vtx::mass

Definition at line 49 of file CbmL1Vtx.h.

Referenced by GetRefMass().

◆ mass_err

double CbmL1Vtx::mass_err

Definition at line 49 of file CbmL1Vtx.h.

Referenced by GetRefMassError().

◆ MC_ID

int CbmL1Vtx::MC_ID

Definition at line 44 of file CbmL1Vtx.h.

Referenced by CbmL1::Fill_vMCTracks().

◆ MC_mass

double CbmL1Vtx::MC_mass

Definition at line 43 of file CbmL1Vtx.h.

◆ MC_p

double CbmL1Vtx::MC_p

Definition at line 43 of file CbmL1Vtx.h.

◆ MC_pdg

int CbmL1Vtx::MC_pdg

Definition at line 44 of file CbmL1Vtx.h.

◆ MC_px

double CbmL1Vtx::MC_px

Definition at line 43 of file CbmL1Vtx.h.

◆ MC_py

double CbmL1Vtx::MC_py

Definition at line 43 of file CbmL1Vtx.h.

◆ MC_pz

double CbmL1Vtx::MC_pz

Definition at line 43 of file CbmL1Vtx.h.

◆ MC_q

double CbmL1Vtx::MC_q

Definition at line 43 of file CbmL1Vtx.h.

◆ MC_x

double CbmL1Vtx::MC_x

Definition at line 43 of file CbmL1Vtx.h.

Referenced by CbmL1::Fill_vMCTracks().

◆ MC_y

double CbmL1Vtx::MC_y

Definition at line 43 of file CbmL1Vtx.h.

Referenced by CbmL1::Fill_vMCTracks().

◆ MC_z

double CbmL1Vtx::MC_z

Definition at line 43 of file CbmL1Vtx.h.

Referenced by CbmL1::Fill_vMCTracks().

◆ NDF

int CbmL1Vtx::NDF

Definition at line 47 of file CbmL1Vtx.h.

Referenced by GetRefNDF().

◆ x

double CbmL1Vtx::x

Definition at line 46 of file CbmL1Vtx.h.

Referenced by GetRefX().

◆ y

double CbmL1Vtx::y

Definition at line 46 of file CbmL1Vtx.h.

Referenced by GetRefY().

◆ z

double CbmL1Vtx::z

Definition at line 46 of file CbmL1Vtx.h.

Referenced by GetRefZ().


The documentation for this struct was generated from the following file: