ATLAS Offline Software
AthToolSupport/AsgDataHandles/AsgDataHandles/ReadHandleKeyArray.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_READ_HANDLE_KEY_ARRAY_H
6 #define ASG_DATA_HANDLES_READ_HANDLE_KEY_ARRAY_H
7 
8 #ifndef XAOD_STANDALONE
10 #else
11 
13 
16 
17 namespace SG {
18 
31  template <class T>
32  using ReadHandleKeyArray = HandleKeyArray<ReadHandle<T>, ReadHandleKey<T>/*, Gaudi::DataHandle::Reader*/ >;
33 
34 
35 } // namespace SG
36 
37 #endif
38 
39 #endif
ReadHandleKeyArray.h
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKeyArray
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray
Definition: StoreGate/StoreGate/ReadHandleKeyArray.h:32
ReadHandle.h
Handle class for reading from StoreGate.
HandleKeyArray.h