![]() |
ATLAS Offline Software
|
Helper struct to store the Trk::Track corresponding to a TrackParticle and the index of the Track Particle in the original container. More...
#include <EMBremCollectionBuilder.h>
Public Member Functions | |
| TrackWithIndex (std::unique_ptr< Trk::Track > intrack, size_t index) | |
| TrackWithIndex (const TrackWithIndex &)=delete | |
| TrackWithIndex (TrackWithIndex &&)=default | |
| TrackWithIndex & | operator= (const TrackWithIndex &)=delete |
| TrackWithIndex & | operator= (TrackWithIndex &&)=default |
| ~TrackWithIndex ()=default | |
Public Attributes | |
| std::unique_ptr< Trk::Track > | track |
| size_t | origIndex |
Helper struct to store the Trk::Track corresponding to a TrackParticle and the index of the Track Particle in the original container.
Definition at line 84 of file EMBremCollectionBuilder.h.
|
inline |
Definition at line 87 of file EMBremCollectionBuilder.h.
|
delete |
|
default |
|
default |
|
delete |
|
default |
| size_t EMBremCollectionBuilder::TrackWithIndex::origIndex |
Definition at line 99 of file EMBremCollectionBuilder.h.
| std::unique_ptr<Trk::Track> EMBremCollectionBuilder::TrackWithIndex::track |
Definition at line 98 of file EMBremCollectionBuilder.h.