![]() |
ATLAS Offline Software
|
Helper for event-local xAOD hit collections with a separate auxiliary store. More...
#include <AthenaHitsVector.h>
Public Types | |
| using | container_type = ContainerT |
| using | aux_container_type = AuxContainerT |
Public Member Functions | |
| AuxStoreHitCollection () | |
Public Attributes | |
| std::unique_ptr< ContainerT > | container {std::make_unique<ContainerT>()} |
| std::unique_ptr< AuxContainerT > | auxContainer {std::make_unique<AuxContainerT>()} |
Helper for event-local xAOD hit collections with a separate auxiliary store.
Definition at line 56 of file AthenaHitsVector.h.
| using AthHitVec::AuxStoreHitCollection< ContainerT, AuxContainerT >::aux_container_type = AuxContainerT |
Definition at line 58 of file AthenaHitsVector.h.
| using AthHitVec::AuxStoreHitCollection< ContainerT, AuxContainerT >::container_type = ContainerT |
Definition at line 57 of file AthenaHitsVector.h.
|
inline |
Definition at line 60 of file AthenaHitsVector.h.
| std::unique_ptr<AuxContainerT> AthHitVec::AuxStoreHitCollection< ContainerT, AuxContainerT >::auxContainer {std::make_unique<AuxContainerT>()} |
Definition at line 65 of file AthenaHitsVector.h.
| std::unique_ptr<ContainerT> AthHitVec::AuxStoreHitCollection< ContainerT, AuxContainerT >::container {std::make_unique<ContainerT>()} |
Definition at line 64 of file AthenaHitsVector.h.