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
AthenaKernel
AthenaKernel
StoreID.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 ATHENAKERNEL_STOREID_H
6
#define ATHENAKERNEL_STOREID_H
7
// $Id: StoreID.h,v 1.4 2008-01-04 21:40:11 gemmeren Exp $
8
15
#include <string>
16
17
class
StoreID
18
{
19
20
public
:
21
22
// DEFINITIONS HERE MUST BE KEPT SYNCHRONIZED WITH AthenaKernel/python/StoreID.py.
23
24
typedef
enum
{
25
26
EVENT_STORE
= 0,
27
DETECTOR_STORE
,
28
CONDITION_STORE
,
29
METADATA_STORE
,
30
INPUT_METADATA_STORE
,
31
PILEUP_STORE
,
32
UNKNOWN
33
}
type
;
34
35
public
:
36
static
StoreID::type
findStoreID
(
const
std::string&
storeName
);
37
static
const
std::string&
storeName
(
const
StoreID::type
&
s
);
38
39
};
40
41
#endif
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
StoreID::CONDITION_STORE
@ CONDITION_STORE
Definition:
StoreID.h:28
StoreID::PILEUP_STORE
@ PILEUP_STORE
Definition:
StoreID.h:31
StoreID
defines an enum used by address providers to decide what kind of StoreGateSvc they are providing addr...
Definition:
StoreID.h:18
StoreID::METADATA_STORE
@ METADATA_STORE
Definition:
StoreID.h:29
StoreID::DETECTOR_STORE
@ DETECTOR_STORE
Definition:
StoreID.h:27
StoreID::type
type
Definition:
StoreID.h:24
StoreID::findStoreID
static StoreID::type findStoreID(const std::string &storeName)
Definition:
StoreID.cxx:21
StoreID::UNKNOWN
@ UNKNOWN
Definition:
StoreID.h:32
StoreID::EVENT_STORE
@ EVENT_STORE
Definition:
StoreID.h:26
StoreID::storeName
static const std::string & storeName(const StoreID::type &s)
Definition:
StoreID.cxx:77
StoreID::INPUT_METADATA_STORE
@ INPUT_METADATA_STORE
Definition:
StoreID.h:30
Generated on Mon Apr 14 2025 21:19:13 for ATLAS Offline Software by
1.8.18