ATLAS Offline Software
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
SG::CondHandleDefault::Key::Key
Key(const std::string &val)
Definition:
CondHandleKeyArray.h:24
SG
Forward declaration.
Definition:
CaloCellPacker_400_500.h:32
WriteCondHandleKey.h
SG::HandleKeyArray
Definition:
StoreGate/StoreGate/HandleKeyArray.h:38
ReadCondHandle.h
SG::CondHandleDefault::Key::Key
Key()
Definition:
CondHandleKeyArray.h:22
SG::CondHandleDefault::Key
Definition:
CondHandleKeyArray.h:20
WriteCondHandle.h
Base
LHEF::Reader
Pythia8::Reader Reader
Definition:
Prophecy4fMerger.cxx:11
ReadCondHandleKey.h
HandleKeyArray.h
Pythia8_RapidityOrderMPI.val
val
Definition:
Pythia8_RapidityOrderMPI.py:14
LHEF::Writer
Pythia8::Writer Writer
Definition:
Prophecy4fMerger.cxx:12
Generated on Thu Nov 7 2024 21:12:22 for ATLAS Offline Software by
1.8.18