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
11namespace SG {
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
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
@ OWN_ELEMENTS
this data object owns its elements