ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHTpcVertexFinder.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHTpcVertexFinder.h
1 
7 #ifndef PHTPCVERTEXFINDER_H_
8 #define PHTPCVERTEXFINDER_H_
9 
10 #include <vector>
11 
12 namespace PHGenFit2
13 {
14  class Track;
15 }
16 namespace genfit
17 {
18  class GFRaveVertex;
19 }
20 namespace genfit
21 {
22  class GFRaveVertexFactory;
23 }
24 
30 {
31  public:
34 
35  std::vector<genfit::GFRaveVertex*> findVertices(std::vector<PHGenFit2::Track*>& gtracks);
36 
37  protected:
38  genfit::GFRaveVertexFactory* _vertex_finder;
39 
40  private:
41 };
42 
43 #endif /* PHTPCVERTEXFINDER_H_ */