EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CbmPrimaryVertexFinder.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmPrimaryVertexFinder.h
1
// -------------------------------------------------------------------------
2
// ----- CbmPrimaryVertexFinder header file -----
3
// ----- Created 28/11/05 by V. Friese -----
4
// -------------------------------------------------------------------------
5
6
17
#ifndef CBMPRIMARYVERTEXFINDER_H
18
#define CBMPRIMARYVERTEXFINDER_H 1
19
20
21
#include "TObject.h"
22
23
24
class
TClonesArray;
25
class
CbmVertex
;
26
27
28
class
CbmPrimaryVertexFinder
:
public
TObject
29
{
30
31
public
:
32
34
CbmPrimaryVertexFinder
() { };
35
36
38
virtual
~CbmPrimaryVertexFinder
() { };
39
40
44
virtual
void
Init
() { };
45
46
54
virtual
Int_t
FindPrimaryVertex
(TClonesArray* tracks,
55
CbmVertex
* vertex) = 0;
56
57
58
ClassDef
(
CbmPrimaryVertexFinder
,1);
59
60
};
61
62
#endif
EicRoot
blob
master
cbmbase
CbmPrimaryVertexFinder.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration