Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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 Mon Apr 21 2025 21:08:47 for ATLAS Offline Software by
1.8.18