BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/GeneratorObject/include/DataModel/OwnershipPolicy.h
Go to the documentation of this file.
1
#ifndef DATAMODEL_OWNERSHIPPOLICY_H
2
#define DATAMODEL_OWNERSHIPPOLICY_H
3
4
/** @enum OwnershipPolicy
5
* @brief describes the possible element ownership policies
6
* (see e.g. DataVector)
7
* @author Paolo Calafiura <pcalafiura@lbl.gov> - ATLAS Collaboration
8
*$Id: OwnershipPolicy.h,v 1.1 2003/04/07 23:54:47 calaf Exp $
9
*/
10
11
namespace
SG
{
12
enum
OwnershipPolicy
{
13
OWN_ELEMENTS
,
///< this data object owns its elements
14
VIEW_ELEMENTS
///< this data object is a view, it does not own its elmts
15
};
16
}
17
18
#endif
// DATAMODEL_OWNERSHIPPOLICY_H
SG
Definition
Event/GeneratorObject/include/DataModel/OwnershipPolicy.h:11
SG::OwnershipPolicy
OwnershipPolicy
Definition
Event/GeneratorObject/include/DataModel/OwnershipPolicy.h:12
SG::VIEW_ELEMENTS
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
Definition
Event/GeneratorObject/include/DataModel/OwnershipPolicy.h:14
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition
Event/GeneratorObject/include/DataModel/OwnershipPolicy.h:13
8.0.0
BOSS_Source
Event
GeneratorObject
include
DataModel
OwnershipPolicy.h
Generated by
1.16.1