ATLAS Offline Software
IndexTrackingPolicy.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: IndexTrackingPolicy.h 581165 2014-02-03 10:42:54Z krasznaa $
30 #ifndef ATHCONTAINERS_INDEXTRACKINGPOLICY_H
31 #define ATHCONTAINERS_INDEXTRACKINGPOLICY_H
32 
33 
34 namespace SG {
35 
36 
41 
44 
47 };
48 
49 
50 } // namespace SG
51 
52 
53 #endif // not ATHCONTAINERS_INDEXTRACKINGPOLICY_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::NEVER_TRACK_INDICES
@ NEVER_TRACK_INDICES
Never track indices, regardless of the setting of the ownership policy.
Definition: IndexTrackingPolicy.h:46
SG::ALWAYS_TRACK_INDICES
@ ALWAYS_TRACK_INDICES
Always track indices, regardless of the setting of the ownership policy.
Definition: IndexTrackingPolicy.h:43
SG::DEFAULT_TRACK_INDICES
@ DEFAULT_TRACK_INDICES
Default value.
Definition: IndexTrackingPolicy.h:40
SG::IndexTrackingPolicy
IndexTrackingPolicy
Definition: IndexTrackingPolicy.h:37