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
w
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
EventCommonD3PDMaker
src
LBMetadataTool.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id$
15
#ifndef EVENTCOMMOND3PDMAKER_LBMETADATATOOL_H
16
#define EVENTCOMMOND3PDMAKER_LBMETADATATOOL_H
17
18
19
#include "
D3PDMakerInterfaces/IMetadataTool.h
"
20
#include "
AthenaBaseComps/AthAlgTool.h
"
21
#include "GaudiKernel/ToolHandle.h"
22
23
24
namespace
D3PD
{
25
26
30
class
LBMetadataTool
31
:
public
extends<AthAlgTool, IMetadataTool>
32
{
33
public
:
40
LBMetadataTool
(
const
std::string&
type
,
41
const
std::string&
name
,
42
const
IInterface*
parent
);
43
44
46
virtual
StatusCode
initialize
()
override
;
47
52
virtual
StatusCode
writeMetadata
(
ID3PD
* d3pd)
override
;
53
54
55
private
:
57
std::string
m_metakey
;
58
};
59
60
61
}
// namespace D3PD
62
63
64
#endif // not EVENTCOMMOND3PDMAKER_LBMETADATATOOL_H
D3PD::LBMetadataTool::initialize
virtual StatusCode initialize() override
Standard Gaudi initialize method.
Definition:
LBMetadataTool.cxx:43
IMetadataTool.h
Write metadata to a D3PD.
D3PD::ID3PD
Define an abstract interface for building a D3PD tree.
Definition:
ID3PD.h:37
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
D3PD
Block filler tool for noisy FEB information.
Definition:
CaloCellDetailsFillerTool.cxx:29
D3PD::LBMetadataTool::writeMetadata
virtual StatusCode writeMetadata(ID3PD *d3pd) override
Write metadata to a D3PD.
Definition:
LBMetadataTool.cxx:53
D3PD::LBMetadataTool
Add luminosity metadata info to a D3PD.
Definition:
LBMetadataTool.h:32
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
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
D3PD::LBMetadataTool::m_metakey
std::string m_metakey
Key for output metadata.
Definition:
LBMetadataTool.h:57
D3PD::LBMetadataTool::LBMetadataTool
LBMetadataTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition:
LBMetadataTool.cxx:30
Generated on Sun May 11 2025 21:13:19 for ATLAS Offline Software by
1.8.18