EIC Software
Reference for
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/Track.hpp>
#include <ActsExamples/EventData/TrkrClusterMultiTrajectory.hpp>
#include <random>
Go to the source code of this file.
Classes | |
class | PHActsInitialVertexFinder |
Typedefs | |
using | VertexVector = std::vector< Acts::Vertex< Acts::BoundTrackParameters >> |
using | TrackParamVec = std::vector< const Acts::BoundTrackParameters * > |
using | InitKeyMap = std::map< const Acts::BoundTrackParameters *, const unsigned int > |
using | CentroidMap = std::map< unsigned int, std::vector< SvtxTrack * >> |
using CentroidMap = std::map<unsigned int, std::vector<SvtxTrack*>> |
Definition at line 29 of file PHActsInitialVertexFinder.h.
View newest version in sPHENIX GitHub at line 29 of file PHActsInitialVertexFinder.h
using InitKeyMap = std::map<const Acts::BoundTrackParameters*, const unsigned int> |
Definition at line 27 of file PHActsInitialVertexFinder.h.
View newest version in sPHENIX GitHub at line 27 of file PHActsInitialVertexFinder.h
using TrackParamVec = std::vector<const Acts::BoundTrackParameters*> |
Definition at line 25 of file PHActsInitialVertexFinder.h.
View newest version in sPHENIX GitHub at line 25 of file PHActsInitialVertexFinder.h
Definition at line 23 of file PHActsInitialVertexFinder.h.
View newest version in sPHENIX GitHub at line 23 of file PHActsInitialVertexFinder.h