#include <CbmPrimaryVertexFinder.h>
Definition at line 28 of file CbmPrimaryVertexFinder.h.
◆ CbmPrimaryVertexFinder() [1/2]
| CbmPrimaryVertexFinder::CbmPrimaryVertexFinder |
( |
| ) |
|
|
inline |
◆ ~CbmPrimaryVertexFinder() [1/2]
| virtual CbmPrimaryVertexFinder::~CbmPrimaryVertexFinder |
( |
| ) |
|
|
inlinevirtual |
◆ CbmPrimaryVertexFinder() [2/2]
| CbmPrimaryVertexFinder::CbmPrimaryVertexFinder |
( |
| ) |
|
|
inline |
◆ ~CbmPrimaryVertexFinder() [2/2]
| virtual CbmPrimaryVertexFinder::~CbmPrimaryVertexFinder |
( |
| ) |
|
|
inlinevirtual |
◆ ClassDef() [1/2]
◆ ClassDef() [2/2]
◆ FindPrimaryVertex() [1/2]
| virtual Int_t CbmPrimaryVertexFinder::FindPrimaryVertex |
( |
TClonesArray * |
tracks, |
|
|
CbmVertex * |
vertex |
|
) |
| |
|
pure virtual |
Execution of PV finding (abstract). To be implemented in the derived class. Task: Take the track array and find the vertex. Set the vertex parameters of the object vertex with its SetVertex method.
- Parameters
-
| tracks | TClonesArray of CbmStsTracks |
| vertex | Primary vertex (output) |
Implemented in CbmPVFinderKF, and CbmPVFinderKF.
Referenced by CbmFindPrimaryVertex::Exec().
◆ FindPrimaryVertex() [2/2]
| virtual Int_t CbmPrimaryVertexFinder::FindPrimaryVertex |
( |
TClonesArray * |
tracks, |
|
|
CbmVertex * |
vertex |
|
) |
| |
|
pure virtual |
Execution of PV finding (abstract). To be implemented in the derived class. Task: Take the track array and find the vertex. Set the vertex parameters of the object vertex with its SetVertex method.
- Parameters
-
| tracks | TClonesArray of CbmStsTracks |
| vertex | Primary vertex (output) |
Implemented in CbmPVFinderKF, and CbmPVFinderKF.
◆ Init() [1/2]
| virtual void CbmPrimaryVertexFinder::Init |
( |
| ) |
|
|
inlinevirtual |
◆ Init() [2/2]
| virtual void CbmPrimaryVertexFinder::Init |
( |
| ) |
|
|
inlinevirtual |
Initialisation (virtual). If needed, to be implemented in the derived class. Else no action.
Definition at line 44 of file CbmPrimaryVertexFinder.h.
The documentation for this class was generated from the following files: