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
JetHistoLeadingJetsRelations.h
Go to the documentation of this file.
1
// this file is -*- C++ -*-
2
/*
3
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef JETHISTOLEADINGJETSRELATIONS_H
7
#define JETHISTOLEADINGJETSRELATIONS_H
8
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
11
#include "
JetMonitoring/IJetHistoFiller.h
"
12
#include "
JetMonitoring/JetHistoVarTool.h
"
13
21
class
JetHistoLeadingJetsRelations
:
public
AthAlgTool
,
virtual
public
IJetHistoFiller
{
22
public
:
23
//LeadingJetsRelationsFiller();
24
// : public AthAlgTool, public IJetHIstoFiller();
25
JetHistoLeadingJetsRelations
(
const
std::string&
type
,
const
std::string &
name
,
const
IInterface*
parent
);
26
virtual
~JetHistoLeadingJetsRelations
(){}
27
28
virtual
StatusCode
initialize
() ;
29
virtual
StatusCode
processJetContainer
(
const
JetMonitoringAlg
& parentAlg,
const
xAOD::JetContainer
&
jets
,
const
EventContext& ctx)
const
;
30
31
32
private
:
33
34
35
Gaudi::Property<std::string>
m_group
{
this
,
"Group"
,
"undefined"
};
36
37
};
38
#endif
JetHistoLeadingJetsRelations
Definition:
JetHistoLeadingJetsRelations.h:21
JetHistoVarTool.h
defineDB.jets
jets
Definition:
JetTagCalibration/share/defineDB.py:24
JetHistoLeadingJetsRelations::~JetHistoLeadingJetsRelations
virtual ~JetHistoLeadingJetsRelations()
Definition:
JetHistoLeadingJetsRelations.h:26
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
JetHistoLeadingJetsRelations::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Definition:
JetHistoLeadingJetsRelations.cxx:24
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
JetHistoLeadingJetsRelations::m_group
Gaudi::Property< std::string > m_group
Definition:
JetHistoLeadingJetsRelations.h:35
IJetHistoFiller.h
JetMonitoringAlg
Definition:
JetMonitoringAlg.h:26
IJetHistoFiller
Definition:
IJetHistoFiller.h:24
JetHistoLeadingJetsRelations::JetHistoLeadingJetsRelations
JetHistoLeadingJetsRelations(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
JetHistoLeadingJetsRelations.cxx:11
AthAlgTool
Definition:
AthAlgTool.h:26
JetHistoLeadingJetsRelations::initialize
virtual StatusCode initialize()
Definition:
JetHistoLeadingJetsRelations.cxx:19
Generated on Thu Apr 24 2025 21:12:52 for ATLAS Offline Software by
1.8.18