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
JetRec
JetRec
JetReclusterer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// JetReclusterer.h
6
7
#ifndef JetReclusterer_H
8
#define JetReclusterer_H
9
19
20
#include "
AsgTools/AsgTool.h
"
21
#include "
JetInterface/IJetGroomer.h
"
22
#include "
JetInterface/IJetConstituentsRetriever.h
"
23
#include "
JetInterface/IJetFinder.h
"
24
#include "
AsgTools/ToolHandle.h
"
25
26
class
JetReclusterer
27
:
public
asg::AsgTool
,
28
virtual
public
IJetGroomer
{
29
ASG_TOOL_CLASS
(
JetReclusterer
,
IJetGroomer
)
30
31
public
:
32
33
// Ctor.
34
JetReclusterer
(
const
std::string&
name
);
35
36
// Dtor.
37
~JetReclusterer
();
38
39
// Initilization.
40
virtual
StatusCode
initialize
()
override
;
41
42
// Groom a jet and add result to a container.
43
virtual
int
groom
(
const
xAOD::Jet
& jin,
44
const
PseudoJetContainer
&,
45
xAOD::JetContainer
& jout)
const override
;
46
47
// Dump to log.
48
virtual
void
print
()
const override
;
49
50
private
:
// data
51
52
// Job options.
53
ToolHandle<IJetConstituentsRetriever>
m_hcr
;
// Tool to retrieve jet constituents.
54
ToolHandle<IJetFinder>
m_finder
;
// Tool to build jets.
55
56
};
57
58
#endif
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition:
AsgTool.h:47
JetReclusterer::m_finder
ToolHandle< IJetFinder > m_finder
Definition:
JetReclusterer.h:54
PseudoJetContainer
Definition:
PseudoJetContainer.h:48
IJetFinder.h
JetReclusterer::groom
virtual int groom(const xAOD::Jet &jin, const PseudoJetContainer &, xAOD::JetContainer &jout) const override
Transform jet.
Definition:
JetReclusterer.cxx:41
IJetGroomer.h
JetReclusterer::m_hcr
ToolHandle< IJetConstituentsRetriever > m_hcr
Definition:
JetReclusterer.h:53
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
IJetConstituentsRetriever.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
JetReclusterer::~JetReclusterer
~JetReclusterer()
JetReclusterer::JetReclusterer
JetReclusterer(const std::string &name)
Definition:
JetReclusterer.cxx:17
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
JetReclusterer::print
virtual void print() const override
Print the state of the tool.
Definition:
JetReclusterer.cxx:69
JetReclusterer
Definition:
JetReclusterer.h:28
IJetGroomer
Definition:
IJetGroomer.h:23
ToolHandle.h
AsgTool.h
JetReclusterer::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition:
JetReclusterer.cxx:29
Generated on Sat Mar 15 2025 21:12:50 for ATLAS Offline Software by
1.8.18