ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "PHInitVertexing.h"
#include <trackbase/ActsTrackingGeometry.h>
#include <trackbase/TrkrDefs.h>
#include <Acts/Utilities/Result.hpp>
#include <Acts/Vertexing/Vertex.hpp>
#include <ActsExamples/EventData/TrkrClusterMultiTrajectory.hpp>
Go to the source code of this file.
Classes | |
class | PHActsVertexFinder |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
Typedefs | |
using | Trajectory = ActsExamples::TrkrClusterMultiTrajectory |
using | VertexVector = std::vector< Acts::Vertex< Acts::BoundTrackParameters >> |
using | TrackPtrVector = std::vector< const Acts::BoundTrackParameters * > |
using | VertexMap = std::map< unsigned int, Acts::Vertex< Acts::BoundTrackParameters >> |
using | KeyMap = std::map< const Acts::BoundTrackParameters *, const unsigned int > |
Definition at line 31 of file PHActsVertexFinder.h.
View newest version in sPHENIX GitHub at line 31 of file PHActsVertexFinder.h
using TrackPtrVector = std::vector<const Acts::BoundTrackParameters*> |
Definition at line 27 of file PHActsVertexFinder.h.
View newest version in sPHENIX GitHub at line 27 of file PHActsVertexFinder.h
using Trajectory = ActsExamples::TrkrClusterMultiTrajectory |
Definition at line 25 of file PHActsVertexFinder.h.
View newest version in sPHENIX GitHub at line 25 of file PHActsVertexFinder.h
using VertexMap = std::map<unsigned int, Acts::Vertex<Acts::BoundTrackParameters>> |
Definition at line 29 of file PHActsVertexFinder.h.
View newest version in sPHENIX GitHub at line 29 of file PHActsVertexFinder.h
using VertexVector = std::vector<Acts::Vertex<Acts::BoundTrackParameters>> |
Definition at line 26 of file PHActsVertexFinder.h.
View newest version in sPHENIX GitHub at line 26 of file PHActsVertexFinder.h