ATLAS Offline Software
Loading...
Searching...
No Matches
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
17namespace 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
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
Property holding a SG store/key/clid from which a ReadHandle is made.
Forward declaration.
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray