Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/Tests/CommonHelpers/DataDirectory.hpp"
#include "Acts/Vertexing/Vertex.hpp"
#include <fstream>
#include <iterator>
#include <regex>
Go to the source code of this file.
Classes | |
struct | Acts::Test::VertexInfo |
Helper struct to store reference vertex related information. More... | |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Enumerations | |
enum | Acts::Test::VertexCsvData { Acts::Test::BeamSpotData, Acts::Test::VerticesData, Acts::Test::TracksData } |
Functions | |
std::tuple< Vertex < BoundTrackParameters > , std::vector< VertexInfo > , std::vector < BoundTrackParameters > > | Acts::Test::readTracksAndVertexCSV (const std::string &toolString, const std::string &fileBase="vertexing_event_mu20") |