![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
All track-related shared types. More...
#include <vector>#include "ACTFW/EventData/SimSourceLink.hpp"#include "ACTFW/EventData/TruthFitTrack.hpp"#include "Acts/EventData/MultiTrajectory.hpp"#include "Acts/EventData/TrackParameters.hpp"
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. | |
All track-related shared types.
Definition in file Track.hpp.