EIC Software
 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 
29 {
30 
31  public:
32 
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 
59 
60 };
61 
62 #endif