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
PhysicsAnalysis
D3PDMaker
D3PDMakerTest
src
Obj2FillerTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id$
14
#include "
Obj2FillerTool.h
"
15
#include "
D3PDMakerTest/Obj2.h
"
16
#include "
AthenaKernel/errorcheck.h
"
17
18
19
namespace
D3PDTest
{
20
21
28
Obj2FillerTool::Obj2FillerTool
(
const
std::string&
type
,
29
const
std::string&
name
,
30
const
IInterface*
parent
)
31
:
D3PD
::BlockFillerTool<
Obj2
> (
type
,
name
,
parent
)
32
{
33
book
().ignore();
// Avoid coverity warnings
34
}
35
36
40
StatusCode
Obj2FillerTool::book
()
41
{
42
CHECK
(
addVariable
(
"i"
,
m_i
) );
43
CHECK
(
addVariable
(
"f"
,
m_f
) );
44
45
return
StatusCode::SUCCESS;
46
}
47
48
57
StatusCode
Obj2FillerTool::fill
(
const
Obj2
&
p
)
58
{
59
*
m_i
=
p
.m_i;
60
*
m_f
=
p
.m_f;
61
62
return
StatusCode::SUCCESS;
63
}
64
65
66
}
// namespace D3PDTest
D3PDTest::Obj2FillerTool::book
virtual StatusCode book() final
Book variables for this block.
Definition:
Obj2FillerTool.cxx:40
D3PD::AddVariable::addVariable
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
Definition:
AddVariable.cxx:85
D3PDTest::Obj2FillerTool::m_f
float * m_f
Definition:
Obj2FillerTool.h:60
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
Obj2FillerTool.h
D3PD maker regression tests.
D3PD
Block filler tool for noisy FEB information.
Definition:
CaloCellDetailsFillerTool.cxx:29
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Obj2.h
Test class for D3PD maker.
D3PDTest::Obj2FillerTool::m_i
int * m_i
Definition:
Obj2FillerTool.h:59
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition:
Control/AthenaKernel/AthenaKernel/errorcheck.h:422
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
D3PDTest::Obj2FillerTool::Obj2FillerTool
Obj2FillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition:
Obj2FillerTool.cxx:28
errorcheck.h
Helpers for checking error return status codes and reporting errors.
D3PDTest::Obj2FillerTool::fill
virtual StatusCode fill(const Obj2 &p) override
Fill one block — type-safe version.
Definition:
Obj2FillerTool.cxx:57
D3PDTest
Definition:
MapDumper.h:25
D3PDTest::Obj2
Test class for D3PD maker.
Definition:
Obj2.h:28
Generated on Sun Mar 30 2025 21:16:11 for ATLAS Offline Software by
1.8.18