ATLAS Offline Software
Enumerations
AthHitVec Namespace Reference

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 31 of file AthenaHitsVector.h.

31  {
32  OWN_ELEMENTS = 0,
33  VIEW_ELEMENTS = 1
34  };
AthHitVec::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: AthenaHitsVector.h:32
AthHitVec::VIEW_ELEMENTS
@ VIEW_ELEMENTS
this data object is a view, does not own its elmts
Definition: AthenaHitsVector.h:33