ATLAS Offline Software
AthToolSupport/AsgDataHandles/AsgDataHandles/WriteDecorHandleKeyArray.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef ASG_DATA_HANDLES_WRITE_DECOR_HANDLE_KEY_ARRAY_H
7 #define ASG_DATA_HANDLES_WRITE_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 WriteDecorHandleKeyArray = DecorHandleKeyArray<WriteDecorHandle<T, S>,WriteDecorHandleKey<T>/*, Gaudi::DataHandle::Writer*/ >;
29 
30 } // namespace SG
31 
32 #endif
33 
34 #endif
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::WriteDecorHandleKeyArray
DecorHandleKeyArray< WriteDecorHandle< T, S >, WriteDecorHandleKey< T >, Gaudi::DataHandle::Writer > WriteDecorHandleKeyArray
Definition: StoreGate/StoreGate/WriteDecorHandleKeyArray.h:35
WriteDecorHandle.h
Handle class for adding a decoration to an object.
DecorHandleKeyArray.h
WriteDecorHandleKey.h
WriteDecorHandleKeyArray.h