|
ACTS
Experiment-independent tracking
|
Track container backend using std::vector for storage. More...
#include <Acts/EventData/VectorTrackContainer.hpp>
Public Member Functions | |
| VectorTrackContainer (const ConstVectorTrackContainer &other) | |
| Construct from const container. | |
| VectorTrackContainer (const VectorTrackContainer &other)=default | |
| Copy constructor. | |
| VectorTrackContainer (VectorTrackContainer &&)=default | |
| Move constructor. | |
| void | clear () |
| Clear all tracks. | |
| void | reserve (IndexType size) |
| Reserve space for tracks. | |
| std::size_t | size () const |
| Get the number of tracks in the container. | |
Track container backend using std::vector for storage.
|
default |
Copy constructor.
| other | The container to copy |
|
explicit |
Construct from const container.
| other | Const container to copy from |
| void Acts::VectorTrackContainer::reserve | ( | IndexType | size | ) |
Reserve space for tracks.
| size | Number of tracks to reserve space for |
| std::size_t Acts::VectorTrackContainer::size | ( | ) | const |
Get the number of tracks in the container.