BmnRoot
Loading...
Searching...
No Matches
CbmPrimaryVertexFinder.h
Go to the documentation of this file.
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
24class TClonesArray;
25class CbmVertex;
26
27
28class CbmPrimaryVertexFinder : public TObject
29{
30
31 public:
32
35
36
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
ClassDef(CbmPrimaryVertexFinder, 1)
virtual Int_t FindPrimaryVertex(TClonesArray *tracks, CbmVertex *vertex)=0