Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Track.hpp File Reference
+ Include dependency graph for Track.hpp:
+ This graph shows which files directly or indirectly include this file:

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 >