CbmRoot
Loading...
Searching...
No Matches
CbmPVFinderKFGlobal.h
Go to the documentation of this file.
1/* Copyright (C) 2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#ifndef CbmPVFinderKFGlobal_h
11#define CbmPVFinderKFGlobal_h 1
12
14
19 public:
22
25
30 virtual Int_t FindPrimaryVertex(TClonesArray* tracks, CbmVertex* vertex);
31
35 virtual Int_t FindEventVertex(CbmEvent* event, TClonesArray* tracks);
36
38};
39
40#endif
TClonesArray * tracks
Class characterising one event by a collection of links (indices) to data objects,...
Definition CbmEvent.h:34
Implementation of the primary vertex finder using KF utility.
ClassDef(CbmPVFinderKFGlobal, 1)
virtual Int_t FindPrimaryVertex(TClonesArray *tracks, CbmVertex *vertex)
Execution of PV finding.
virtual Int_t FindEventVertex(CbmEvent *event, TClonesArray *tracks)
Execution of PV finding.
~CbmPVFinderKFGlobal()=default
Destructior.
CbmPVFinderKFGlobal()=default
Default constructor.