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
DiTauRec
DiTauRec
ClusterFinder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DITAUREC_CLUSTERFINDER_H
6
#define DITAUREC_CLUSTERFINDER_H
7
8
#include "
DiTauToolBase.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
11
12
class
ClusterFinder
:
public
DiTauToolBase
{
13
public
:
14
15
ClusterFinder
(
const
std::string&
type
,
16
const
std::string&
name
,
17
const
IInterface *
parent
);
18
19
virtual
~ClusterFinder
();
20
21
virtual
StatusCode
initialize
()
override
;
22
23
virtual
StatusCode
execute
(
DiTauCandidateData
*
data
,
24
const
EventContext& ctx)
const override
;
25
26
27
private
:
28
float
m_Rsubjet
;
29
30
};
31
32
#endif // DITAUREC_CLUSTERFINDER_H
33
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
DiTauToolBase.h
ClusterFinder::ClusterFinder
ClusterFinder(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
ClusterFinder.cxx:8
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
ClusterFinder::m_Rsubjet
float m_Rsubjet
Definition:
ClusterFinder.h:28
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
ClusterFinder::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition:
ClusterFinder.cxx:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
DiTauToolBase
The base class for all tau tools.
Definition:
DiTauToolBase.h:20
ClusterFinder::execute
virtual StatusCode execute(DiTauCandidateData *data, const EventContext &ctx) const override
Execute - called for each Ditau candidate.
Definition:
ClusterFinder.cxx:28
DiTauCandidateData
Definition:
DiTauCandidateData.h:15
ClusterFinder::~ClusterFinder
virtual ~ClusterFinder()
ClusterFinder
Definition:
ClusterFinder.h:12
Generated on Wed Apr 2 2025 21:08:30 for ATLAS Offline Software by
1.8.18