ATLAS Offline Software
OwnershipPolicy.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHCONTAINERS_OWNERSHIPPOLICY_H
6 # define ATHCONTAINERS_OWNERSHIPPOLICY_H
7 
15 namespace SG {
19  };
20 }
21 
22 #endif // ATHCONTAINERS_OWNERSHIPPOLICY_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::VIEW_ELEMENTS
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
Definition: OwnershipPolicy.h:18
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17