ATLAS Offline Software
Loading...
Searching...
No Matches
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 };
@ OWN_ELEMENTS
this data object owns its elements
@ VIEW_ELEMENTS
this data object is a view, does not own its elmts