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
Event
xAOD
xAODEventInfoCnv
src
EventInfoReaderAlg.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: EventInfoReaderAlg.h 592116 2014-04-09 12:04:38Z krasznaa $
8
#ifndef XAODEVENTINFOCNV_EVENTINFOREADERALG_H
9
#define XAODEVENTINFOCNV_EVENTINFOREADERALG_H
10
11
// System include(s):
12
#include <string>
13
14
// Gaudi/Athena include(s):
15
#include "
AthenaBaseComps/AthAlgorithm.h
"
16
17
namespace
xAODReader
{
18
30
class
EventInfoReaderAlg
:
public
AthAlgorithm
{
31
32
public
:
34
EventInfoReaderAlg
(
const
std::string&
name
, ISvcLocator* svcLoc );
35
37
virtual
StatusCode
initialize
();
39
virtual
StatusCode
execute
();
40
41
private
:
43
std::string
m_key
;
44
45
};
// class EventInfoReaderAlg
46
47
}
// namespace xAODReader
48
49
#endif // XAODEVENTINFOCNV_EVENTINFOREADERALG_H
xAODReader::EventInfoReaderAlg::m_key
std::string m_key
StoreGate key of the object to be tested.
Definition:
EventInfoReaderAlg.h:43
xAODReader::EventInfoReaderAlg
Simple algorithm for testing the xAOD::EventInfo reading.
Definition:
EventInfoReaderAlg.h:30
xAODReader::EventInfoReaderAlg::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition:
EventInfoReaderAlg.cxx:51
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
xAODReader::EventInfoReaderAlg::EventInfoReaderAlg
EventInfoReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Definition:
EventInfoReaderAlg.cxx:44
xAODReader::EventInfoReaderAlg::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition:
EventInfoReaderAlg.cxx:60
xAODReader
Definition:
BTaggingReader.cxx:21
Generated on Sat Apr 5 2025 21:10:36 for ATLAS Offline Software by
1.8.18