CbmRoot
Loading...
Searching...
No Matches
CbmKFVertex Class Reference

#include <CbmKFVertex.h>

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

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
 

Detailed Description

Definition at line 10 of file CbmKFVertex.h.

Constructor & Destructor Documentation

◆ CbmKFVertex() [1/2]

CbmKFVertex::CbmKFVertex ( )
inline

Definition at line 17 of file CbmKFVertex.h.

References fC.

◆ CbmKFVertex() [2/2]

CbmKFVertex::CbmKFVertex ( CbmVertex & v)
inline

Definition at line 22 of file CbmKFVertex.h.

References CbmKFVertexInterface::SetVertex(), and v.

◆ ~CbmKFVertex()

CbmKFVertex::~CbmKFVertex ( )
inline

Definition at line 23 of file CbmKFVertex.h.

Member Function Documentation

◆ GetCovMatrix()

Double_t * CbmKFVertex::GetCovMatrix ( )
inlinevirtual

Reimplemented from CbmKFVertexInterface.

Definition at line 28 of file CbmKFVertex.h.

References fC.

Referenced by PairAnalysisTrack::CalculateChi2Vtx(), and CbmL1PFFitter::GetChiToVertex().

◆ GetRefChi2()

Double_t & CbmKFVertex::GetRefChi2 ( )
inlinevirtual

Array[6] of covariance matrix.

Reimplemented from CbmKFVertexInterface.

Definition at line 29 of file CbmKFVertex.h.

References fChi2.

◆ GetRefNDF()

Int_t & CbmKFVertex::GetRefNDF ( )
inlinevirtual

Chi^2 after fit.

Reimplemented from CbmKFVertexInterface.

Definition at line 30 of file CbmKFVertex.h.

References fNDF.

◆ GetRefNTracks()

Int_t & CbmKFVertex::GetRefNTracks ( )
inlinevirtual

Number of Degrees of Freedom after fit.

Reimplemented from CbmKFVertexInterface.

Definition at line 31 of file CbmKFVertex.h.

References fNTracks.

◆ GetRefX()

◆ GetRefY()

◆ GetRefZ()

◆ GetVertex()

◆ SetVertex()

Member Data Documentation

◆ fC

Double_t CbmKFVertex::fC[6]
private

Definition at line 13 of file CbmKFVertex.h.

Referenced by CbmKFVertex(), and GetCovMatrix().

◆ fChi2

Double_t CbmKFVertex::fChi2
private

Definition at line 13 of file CbmKFVertex.h.

Referenced by GetRefChi2().

◆ fNDF

Int_t CbmKFVertex::fNDF
private

Definition at line 14 of file CbmKFVertex.h.

Referenced by GetRefNDF().

◆ fNTracks

Int_t CbmKFVertex::fNTracks
private

Definition at line 14 of file CbmKFVertex.h.

Referenced by GetRefNTracks().

◆ fX

Double_t CbmKFVertex::fX
private

Definition at line 13 of file CbmKFVertex.h.

Referenced by GetRefX().

◆ fY

Double_t CbmKFVertex::fY
private

Definition at line 13 of file CbmKFVertex.h.

Referenced by GetRefY().

◆ fZ

Double_t CbmKFVertex::fZ
private

Definition at line 13 of file CbmKFVertex.h.

Referenced by GetRefZ().


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