Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/EventData/TrackContainer.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/EventData/VectorMultiTrajectory.hpp"
#include "Acts/EventData/VectorTrackContainer.hpp"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
Typedefs | |
using | ActsExamples::TrackParameters = ::Acts::BoundTrackParameters |
(Reconstructed) track parameters e.g. close to the vertex. | |
using | ActsExamples::TrackParametersContainer = std::vector< TrackParameters > |
Container of reconstructed track states for multiple tracks. | |
using | ActsExamples::TrackContainer = Acts::TrackContainer< Acts::VectorTrackContainer, Acts::VectorMultiTrajectory, std::shared_ptr > |
using | ActsExamples::ConstTrackContainer = Acts::TrackContainer< Acts::ConstVectorTrackContainer, Acts::ConstVectorMultiTrajectory, std::shared_ptr > |