ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/PHTpcTracker/PHTpcVertexFinder.h>
Public Member Functions | |
PHTpcVertexFinder () | |
~PHTpcVertexFinder () | |
std::vector < genfit::GFRaveVertex * > | findVertices (std::vector< PHGenFit2::Track * > >racks) |
Protected Attributes | |
genfit::GFRaveVertexFactory * | _vertex_finder |
Definition at line 29 of file PHTpcVertexFinder.h.
View newest version in sPHENIX GitHub at line 29 of file PHTpcVertexFinder.h
PHTpcVertexFinder::PHTpcVertexFinder | ( | ) |
Definition at line 30 of file PHTpcVertexFinder.cc.
View newest version in sPHENIX GitHub at line 30 of file PHTpcVertexFinder.cc
PHTpcVertexFinder::~PHTpcVertexFinder | ( | ) |
Definition at line 35 of file PHTpcVertexFinder.cc.
View newest version in sPHENIX GitHub at line 35 of file PHTpcVertexFinder.cc
References _vertex_finder.
std::vector< genfit::GFRaveVertex * > PHTpcVertexFinder::findVertices | ( | std::vector< PHGenFit2::Track * > & | gtracks | ) |
Definition at line 40 of file PHTpcVertexFinder.cc.
View newest version in sPHENIX GitHub at line 40 of file PHTpcVertexFinder.cc
References _vertex_finder, it, and LOG_DEBUG.
|
protected |
Definition at line 38 of file PHTpcVertexFinder.h.
View newest version in sPHENIX GitHub at line 38 of file PHTpcVertexFinder.h
Referenced by findVertices(), and ~PHTpcVertexFinder().