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
src
JetHistoEventLevelFiller.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
AthenaMonitoringKernel/Monitored.h
"
6
#include "
JetMonitoring/JetHistoEventLevelFiller.h
"
7
#include "
JetMonitoring/JetMonitoringAlg.h
"
8
#include "
xAODEventInfo/EventInfo.h
"
9
10
JetHistoEventLevelFiller::JetHistoEventLevelFiller
(
const
std::string&
type
,
const
std::string &
name
,
const
IInterface*
parent
):
11
AthAlgTool
(
type
,
name
,
parent
)
12
, m_var(this)
13
14
{
15
declareInterface<IJetHistoFiller>(
this
);
16
declareProperty
(
"Var"
,
m_var
);
17
}
18
19
StatusCode
JetHistoEventLevelFiller::processJetContainer
(
const
JetMonitoringAlg
& parentAlg,
const
xAOD::JetContainer
&
jets
,
const
EventContext&)
const
{
20
21
Monitored::Scalar<float>
s
(
m_var
->varName() );
22
s
=
m_var
->value(
jets
);
23
parentAlg.
fill
(
m_group
,
s
);
24
25
return
StatusCode::SUCCESS;
26
}
27
JetHistoEventLevelFiller::m_group
Gaudi::Property< std::string > m_group
Definition:
JetHistoEventLevelFiller.h:25
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition:
AthCommonDataStore.h:145
defineDB.jets
jets
Definition:
JetTagCalibration/share/defineDB.py:24
JetHistoEventLevelFiller.h
JetHistoEventLevelFiller::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Definition:
JetHistoEventLevelFiller.cxx:19
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
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
AthMonitorAlgorithm::fill
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
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
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
JetMonitoringAlg
Definition:
JetMonitoringAlg.h:26
EventInfo.h
JetMonitoringAlg.h
JetHistoEventLevelFiller::m_var
ToolHandle< IEventHistoVarTool > m_var
Definition:
JetHistoEventLevelFiller.h:26
Monitored::Scalar
Declare a monitored scalar variable.
Definition:
MonitoredScalar.h:34
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Thu Mar 13 2025 21:12:45 for ATLAS Offline Software by
1.8.18