ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
StoreGate
StoreGate
CondHandleKeyArray.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef STOREGATE_CONDHANDLEKEYARRAY_H
6
#define STOREGATE_CONDHANDLEKEYARRAY_H 1
7
8
#include "
StoreGate/HandleKeyArray.h
"
9
10
#include "
StoreGate/ReadCondHandleKey.h
"
11
#include "
StoreGate/ReadCondHandle.h
"
12
#include "
StoreGate/WriteCondHandleKey.h
"
13
#include "
StoreGate/WriteCondHandle.h
"
14
15
namespace
SG
{
16
17
namespace
CondHandleDefault
{
18
// need default constructor for VarHandleKeyArrayCommon<Base>::assign
19
template
<
class
Base>
20
class
Key
:
public
Base
{
21
public
:
22
Key
() :
Base
(
""
) {}
23
24
Key
(
const
std::string& val) :
Base
(val) {}
25
26
};
27
}
28
29
template
<
class
T>
30
using
ReadCondHandleKeyArray
=
HandleKeyArray<ReadCondHandle<T>
,
CondHandleDefault::Key<ReadCondHandleKey<T>
>, Gaudi::DataHandle::Reader >;
31
32
template
<
class
T>
33
using
WriteCondHandleKeyArray
=
HandleKeyArray<WriteCondHandle<T>
,
CondHandleDefault::Key<WriteCondHandleKey<T>
>, Gaudi::DataHandle::Writer >;
34
35
}
// namespace SG
36
37
#endif
ReadCondHandleKey.h
ReadCondHandle.h
HandleKeyArray.h
WriteCondHandleKey.h
WriteCondHandle.h
SG::CondHandleDefault::Key
Definition
CondHandleKeyArray.h:20
SG::CondHandleDefault::Key::Key
Key()
Definition
CondHandleKeyArray.h:22
SG::CondHandleDefault::Key::Key
Key(const std::string &val)
Definition
CondHandleKeyArray.h:24
SG::Base::Base
SG::GenericElementLinkBase< IndexingPolicy > Base
Definition
ElementLinkTraits.h:165
SG::HandleKeyArray
Definition
StoreGate/StoreGate/HandleKeyArray.h:45
SG::CondHandleDefault
Definition
CondHandleKeyArray.h:17
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
SG::WriteCondHandleKeyArray
HandleKeyArray< WriteCondHandle< T >, CondHandleDefault::Key< WriteCondHandleKey< T > >, Gaudi::DataHandle::Writer > WriteCondHandleKeyArray
Definition
CondHandleKeyArray.h:33
SG::ReadCondHandleKeyArray
HandleKeyArray< ReadCondHandle< T >, CondHandleDefault::Key< ReadCondHandleKey< T > >, Gaudi::DataHandle::Reader > ReadCondHandleKeyArray
Definition
CondHandleKeyArray.h:30
Generated on
for ATLAS Offline Software by
1.17.0