|
ACTS
Experiment-independent tracking
|
Read-only vector-backed track container. More...
#include <Acts/EventData/VectorTrackContainer.hpp>
Public Member Functions | |
| ConstVectorTrackContainer (const ConstVectorTrackContainer &other)=default | |
| Copy constructor. | |
| ConstVectorTrackContainer (const VectorTrackContainer &other) | |
| Copy constructor from VectorTrackContainer. | |
| ConstVectorTrackContainer (ConstVectorTrackContainer &&)=default | |
| Move constructor. | |
| ConstVectorTrackContainer (VectorTrackContainer &&other) | |
| Move constructor from VectorTrackContainer. | |
| std::any | component_impl (HashedString key, IndexType itrack) const |
| Get a component from a track. | |
| ConstCovariance | covariance (IndexType itrack) const |
| Get covariance for a track. | |
| ConstParameters | parameters (IndexType itrack) const |
| Get parameters for a track. | |
Read-only vector-backed track container.
|
default |
Copy constructor.
| other | The container to copy from |
|
explicit |
Copy constructor from VectorTrackContainer.
| other | The container to copy from |
|
explicit |
Move constructor from VectorTrackContainer.
| other | The container to move from |
| std::any Acts::ConstVectorTrackContainer::component_impl | ( | HashedString | key, |
| IndexType | itrack ) const |
Get a component from a track.
| key | The component key |
| itrack | The track index |
| ConstCovariance Acts::ConstVectorTrackContainer::covariance | ( | IndexType | itrack | ) | const |
Get covariance for a track.
| itrack | The track index |
| ConstParameters Acts::ConstVectorTrackContainer::parameters | ( | IndexType | itrack | ) | const |
Get parameters for a track.
| itrack | The track index |