ATLAS Offline Software
Control
AthContainers
AthContainers
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
{
16
enum
OwnershipPolicy
{
17
OWN_ELEMENTS
,
18
VIEW_ELEMENTS
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
Generated on Thu Nov 7 2024 21:23:05 for ATLAS Offline Software by
1.8.18