ATLAS Offline Software
AthToolSupport/AsgDataHandles/AsgDataHandles/ReadDecorHandleKeyArray.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef ASG_DATA_HANDLES_READ_DECOR_HANDLE_KEY_ARRAY_H
7 #define ASG_DATA_HANDLES_READ_DECOR_HANDLE_KEY_ARRAY_H
8 
9 #ifndef XAOD_STANDALONE
11 #else
12 
14 
17 
18 namespace SG {
19 
27  template <class T, class S = float>
28  using ReadDecorHandleKeyArray = DecorHandleKeyArray<ReadDecorHandle<T, S>,ReadDecorHandleKey<T>/*, Gaudi::DataHandle::Writer*/ >;
29 
30 } // namespace SG
31 
32 #endif
33 
34 #endif
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadDecorHandleKeyArray
DecorHandleKeyArray< ReadDecorHandle< T, S >, ReadDecorHandleKey< T >, Gaudi::DataHandle::Reader > ReadDecorHandleKeyArray
Definition: StoreGate/StoreGate/ReadDecorHandleKeyArray.h:35
DecorHandleKeyArray.h
ReadDecorHandle.h
Handle class for reading a decoration on an object.
ReadDecorHandleKeyArray.h