ECCE @ 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  FW
 

Typedefs

using FW::TrackParameters = Acts::CurvilinearParameters
 (Reconstructed) track parameters e.g. close to the vertex.
 
using FW::TrackParametersContainer = std::vector< TrackParameters >
 Container of reconstructed track states for multiple tracks.
 
using FW::Trajectory = Acts::MultiTrajectory< SimSourceLink >
 MultiTrajectory definition.
 
using FW::TrajectoryContainer = std::vector< TruthFitTrack >
 Container for the truth fitting track.
 

Detailed Description

All track-related shared types.

Definition in file Track.hpp.