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
RecoTools
ParticlesInConeTools
ParticlesInConeTools
ICaloClustersInConeTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// ICaloClustersInConeTool.h, (c) ATLAS Detector software
8
#ifndef PARTICLESINCONETOOLS_ICALOCLUSTERSINCONETOOL_H
9
#define PARTICLESINCONETOOLS_ICALOCLUSTERSINCONETOOL_H
10
11
#include "GaudiKernel/IAlgTool.h"
12
#include "
xAODCaloEvent/CaloCluster.h
"
13
#include "
xAODCaloEvent/CaloClusterContainer.h
"
14
#include <vector>
15
16
#include "AthLinks/ElementLink.h"
17
18
namespace
xAOD
{
19
20
static
const
InterfaceID IID_ICaloClustersInConeTool(
"xAOD::ICaloClustersInConeTool"
, 1, 0);
21
27
class
ICaloClustersInConeTool
:
virtual
public
IAlgTool {
28
public
:
29
30
static
const
InterfaceID&
interfaceID
( ) ;
31
39
virtual
bool
particlesInCone
(
float
eta,
float
phi
,
float
dr
, std::vector< const CaloCluster*>& output )
const
= 0;
40
48
virtual
bool
particlesInCone
(
float
eta,
float
phi
,
float
dr
, std::vector<
ElementLink<CaloClusterContainer>
>& output )
const
= 0;
49
50
};
51
52
inline
const
InterfaceID&
ICaloClustersInConeTool::interfaceID
() {
53
return
IID_ICaloClustersInConeTool;
54
}
55
56
}
// end of namespace
57
58
#endif
xAOD::ICaloClustersInConeTool::particlesInCone
virtual bool particlesInCone(float eta, float phi, float dr, std::vector< const CaloCluster * > &output) const =0
ICaloClustersInConeTool interface:
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
python.TurnDataReader.dr
dr
Definition:
TurnDataReader.py:112
xAOD::phi
setEt phi
Definition:
TrigEMCluster_v1.cxx:29
CaloCluster.h
xAOD::ICaloClustersInConeTool::particlesInCone
virtual bool particlesInCone(float eta, float phi, float dr, std::vector< ElementLink< CaloClusterContainer > > &output) const =0
ICaloClustersInConeTool interface:
ElementLink< CaloClusterContainer >
xAOD::ICaloClustersInConeTool
interface for collecting truth particles inside a cone
Definition:
ICaloClustersInConeTool.h:27
xAOD::ICaloClustersInConeTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
ICaloClustersInConeTool.h:52
CaloClusterContainer.h
Generated on Sat Mar 29 2025 21:11:32 for ATLAS Offline Software by
1.8.18