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
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
29
class
PHTpcVertexFinder
30
{
31
public
:
32
PHTpcVertexFinder
();
33
~PHTpcVertexFinder
();
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_ */
fun4all_coresoftware
blob
master
offline
packages
PHTpcTracker
PHTpcVertexFinder.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:45
using
1.8.2 with
EIC GitHub integration