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
Reconstruction
Jet
JetMonitoring
JetMonitoring
JetHistoEventLevelFiller.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
4
5
This tool is intended to be able to make histograms of event level variables
6
7
*/
8
9
#ifndef JETHISTOEVENTLEVELFILLER_H
10
#define JETHISTOEVENTLEVELFILLER_H
11
12
#include "
AthenaBaseComps/AthAlgTool.h
"
13
#include "
JetMonitoring/IJetHistoFiller.h
"
14
#include "
JetMonitoring/EventHistoVarTool.h
"
15
16
class
JetHistoEventLevelFiller
:
public
AthAlgTool
,
virtual
public
IJetHistoFiller
{
17
public
:
18
19
JetHistoEventLevelFiller
(
const
std::string&
type
,
const
std::string &
name
,
const
IInterface*
parent
);
20
virtual
~JetHistoEventLevelFiller
(){}
21
virtual
StatusCode
processJetContainer
(
const
JetMonitoringAlg
& parentAlg,
const
xAOD::JetContainer
&
jets
,
const
EventContext& ctx)
const
;
22
23
private
:
24
25
Gaudi::Property<std::string>
m_group
{
this
,
"Group"
,
"undefined"
};
26
ToolHandle<IEventHistoVarTool>
m_var
;
27
28
};
29
#endif
30
JetHistoEventLevelFiller::m_group
Gaudi::Property< std::string > m_group
Definition:
JetHistoEventLevelFiller.h:25
JetHistoEventLevelFiller
Definition:
JetHistoEventLevelFiller.h:16
defineDB.jets
jets
Definition:
JetTagCalibration/share/defineDB.py:24
JetHistoEventLevelFiller::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Definition:
JetHistoEventLevelFiller.cxx:19
EventHistoVarTool.h
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
JetHistoEventLevelFiller::~JetHistoEventLevelFiller
virtual ~JetHistoEventLevelFiller()
Definition:
JetHistoEventLevelFiller.h:20
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
JetHistoEventLevelFiller::JetHistoEventLevelFiller
JetHistoEventLevelFiller(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
JetHistoEventLevelFiller.cxx:10
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
IJetHistoFiller.h
JetMonitoringAlg
Definition:
JetMonitoringAlg.h:26
IJetHistoFiller
Definition:
IJetHistoFiller.h:24
JetHistoEventLevelFiller::m_var
ToolHandle< IEventHistoVarTool > m_var
Definition:
JetHistoEventLevelFiller.h:26
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Wed Apr 23 2025 21:13:08 for ATLAS Offline Software by
1.8.18