EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Track.hpp File Reference

All track-related shared types. More...

+ 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::CurvilinearTrackParameters
 (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::Trajectory = Acts::MultiTrajectory< SimSourceLink >
 Single track trajectory with multiple states.
 
using ActsExamples::TrajectoryContainer = std::vector< SimMultiTrajectory >
 Container of reconstructed trajectories.
 

Detailed Description

All track-related shared types.

Definition in file Track.hpp.