ATLAS Offline Software
Loading...
Searching...
No Matches
AthHitVec Namespace Reference

Classes

struct  AuxStoreHitCollection
 Helper for event-local xAOD hit collections with a separate auxiliary store. More...

Concepts

concept  isHitVectorBase
 Define the concept that the struct needs to inherit from the HitsVectorBase.
concept  isAuxStoreHitCollection
 Define the concept for hit-collection carriers owning an xAOD container and its auxiliary store.

Enumerations

enum  OwnershipPolicy { OWN_ELEMENTS = 0 , VIEW_ELEMENTS = 1 }

Enumeration Type Documentation

◆ OwnershipPolicy

Enumerator
OWN_ELEMENTS 

this data object owns its elements

VIEW_ELEMENTS 

this data object is a view, does not own its elmts

Definition at line 43 of file AthenaHitsVector.h.

43 {
44 OWN_ELEMENTS = 0,
45 VIEW_ELEMENTS = 1
46 };
@ OWN_ELEMENTS
this data object owns its elements
@ VIEW_ELEMENTS
this data object is a view, does not own its elmts