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
xAODTrigL1CaloCnv
src
RODHeaderCnvTool.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef XAODTRIGL1CALOCNV_RODHEADERCNVTOOL_H
8
#define XAODTRIGL1CALOCNV_RODHEADERCNVTOOL_H
9
10
// Gaudi/Athena include(s):
11
#include "
AthenaBaseComps/AthAlgTool.h
"
12
13
// Local include(s):
14
#include "
xAODTrigL1CaloCnv/IRODHeaderCnvTool.h
"
15
16
namespace
xAODMaker
{
17
27
class
RODHeaderCnvTool
:
public
AthAlgTool
,
28
public
virtual
IRODHeaderCnvTool
{
29
30
public
:
32
RODHeaderCnvTool
(
const
std::string&
type
,
const
std::string&
name
,
33
const
IInterface*
parent
);
34
36
virtual
StatusCode
convert
(
const
DataVector<LVL1::RODHeader>
* esd,
37
xAOD::RODHeaderContainer
* xaod )
override
;
38
39
};
// class RODHeaderCnvTool
40
41
}
// namespace xAODMaker
42
43
#endif // XAODTRIGL1CALOCNV_RODHEADERCNVTOOL_H
xAODMaker::RODHeaderCnvTool
Implementation for the IRODHeaderCnvTool interface.
Definition:
RODHeaderCnvTool.h:28
xAODMaker
Definition:
StoreGateSvc.h:72
xAODMaker::IRODHeaderCnvTool
Interface for the tool creating RODHeaderContainer from an ESD.
Definition:
IRODHeaderCnvTool.h:40
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
xAODMaker::RODHeaderCnvTool::RODHeaderCnvTool
RODHeaderCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition:
RODHeaderCnvTool.cxx:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
IRODHeaderCnvTool.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
xAODMaker::RODHeaderCnvTool::convert
virtual StatusCode convert(const DataVector< LVL1::RODHeader > *esd, xAOD::RODHeaderContainer *xaod) override
Function that fills an existing xAOD::EmTauRoIContainer.
Definition:
RODHeaderCnvTool.cxx:34
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Wed Apr 9 2025 21:17:39 for ATLAS Offline Software by
1.8.18