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
AtlasTest
DatabaseTest
AthenaPoolTest
src
AthenaPoolTestAttrReader.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
18
// INCLUDE HEADER FILES:
19
20
21
#include "
AthenaPoolTestAttrReader.h
"
22
23
AthenaPoolTestAttrReader::AthenaPoolTestAttrReader
(
const
std::string&
name
,
24
ISvcLocator* pSvcLocator):
25
AthAlgorithm
(
name
,pSvcLocator)
26
{}
27
28
AthenaPoolTestAttrReader::~AthenaPoolTestAttrReader
()
29
{}
30
31
StatusCode
AthenaPoolTestAttrReader::initialize
()
32
{
33
return
StatusCode::SUCCESS;
34
}
35
36
StatusCode
AthenaPoolTestAttrReader::execute
()
37
{
38
ATH_MSG_DEBUG
(
"Executing AthenaPoolTestAttrReader"
);
39
return
StatusCode::SUCCESS;
40
}
41
42
StatusCode
AthenaPoolTestAttrReader::finalize
()
43
{
44
return
StatusCode::SUCCESS;
45
}
46
47
AthenaPoolTestAttrReader::~AthenaPoolTestAttrReader
~AthenaPoolTestAttrReader()
Algorithm destructor.
Definition:
AthenaPoolTestAttrReader.cxx:28
AthenaPoolTestAttrReader::initialize
virtual StatusCode initialize()
Algorithm initialize at begin of job.
Definition:
AthenaPoolTestAttrReader.cxx:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition:
AthMsgStreamMacros.h:29
AthenaPoolTestAttrReader::finalize
virtual StatusCode finalize()
Algorithm finalize at end of job.
Definition:
AthenaPoolTestAttrReader.cxx:42
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
AthenaPoolTestAttrReader::execute
virtual StatusCode execute()
Algorithm execute once per event.
Definition:
AthenaPoolTestAttrReader.cxx:36
AthenaPoolTestAttrReader::AthenaPoolTestAttrReader
AthenaPoolTestAttrReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
Definition:
AthenaPoolTestAttrReader.cxx:23
AthenaPoolTestAttrReader.h
Test Algorithm for reading an AttributeList from the transient store.
Generated on Tue Mar 25 2025 21:07:23 for ATLAS Offline Software by
1.8.18