EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
All track-related shared types. More...
#include "Acts/EventData/MultiTrajectory.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "ActsExamples/EventData/SimMultiTrajectory.hpp"
#include "ActsExamples/EventData/SimSourceLink.hpp"
#include <vector>
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. | |
All track-related shared types.
Definition in file Track.hpp.