CbmRoot
Loading...
Searching...
No Matches
CbmPVFinderKF.h
Go to the documentation of this file.
1/* Copyright (C) 2006-2016 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergey Gorbunov, Denis Bertini [committer], Volker Friese, Sergei Zharko */
4
7
8#ifndef CBMKFPVFINDERKF_H
9#define CBMKFPVFINDERKF_H 1
10
12
17 public:
24
27
30
35 virtual Int_t FindPrimaryVertex(TClonesArray* tracks, CbmVertex* vertex);
36
37
41 virtual Int_t FindEventVertex(CbmEvent* event, TClonesArray* tracks);
42
44};
45
46#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.
virtual Int_t FindEventVertex(CbmEvent *event, TClonesArray *tracks)
Execution of PV finding.
~CbmPVFinderKF()
Destructior.
ClassDef(CbmPVFinderKF, 1)
virtual Int_t FindPrimaryVertex(TClonesArray *tracks, CbmVertex *vertex)
Execution of PV finding.
CbmPVFinderKF()
Default constructor.
ESourceTrackType
Track type for PV recnostruction.