ATLAS Offline Software
AthToolSupport/AsgDataHandles/AsgDataHandles/DecorHandleKeyArray.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ASG_DATA_HANDLES_DECOR_HANDLE_KEY_ARRAY_H
6 #define ASG_DATA_HANDLES_DECOR_HANDLE_KEY_ARRAY_H
7 
8 
9 #ifndef XAOD_STANDALONE
11 #else
12 
14 
15 namespace SG {
16 
24  template <class T_Handle, class T_HandleKey/*, Gaudi::DataHandle::Mode MODE*/>
25  using DecorHandleKeyArray = HandleKeyArray< T_Handle, T_HandleKey/*, MODE*/>;
26 
27 } // namespace SG
28 
29 #endif
30 
31 #endif
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::DecorHandleKeyArray
HandleKeyArray< T_Handle, T_HandleKey, MODE > DecorHandleKeyArray
Definition: StoreGate/StoreGate/DecorHandleKeyArray.h:25
DecorHandleKeyArray.h
HandleKeyArray.h