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
RecoTools
ParticlesInConeTools
ParticlesInConeTools
ITrackParticlesInConeTool.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
// ITracksInConeTool.h, (c) ATLAS Detector software
8
#ifndef PARTICLESINCONETOOLS_ITRACKPARTICLESINCONETOOL_H
9
#define PARTICLESINCONETOOLS_ITRACKPARTICLESINCONETOOL_H
10
11
#include "GaudiKernel/IAlgTool.h"
12
#include "
xAODTracking/TrackParticle.h
"
13
#include <vector>
14
15
namespace
xAOD
{
16
17
static
const
InterfaceID IID_ITrackParticlesInConeTool(
"xAOD::ITrackParticlesInConeTool"
, 1, 0);
18
24
class
ITrackParticlesInConeTool
:
virtual
public
IAlgTool {
25
public
:
26
27
static
const
InterfaceID&
interfaceID
( ) ;
28
36
virtual
bool
particlesInCone
(
float
eta,
float
phi
,
float
dr
, std::vector< const TrackParticle*>& output )
const
= 0;
37
};
38
39
inline
const
InterfaceID&
ITrackParticlesInConeTool::interfaceID
() {
40
return
IID_ITrackParticlesInConeTool;
41
}
42
43
}
// end of namespace
44
45
#endif
xAOD::ITrackParticlesInConeTool::particlesInCone
virtual bool particlesInCone(float eta, float phi, float dr, std::vector< const TrackParticle * > &output) const =0
ITrackParticlesInConeTool 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
xAOD::ITrackParticlesInConeTool
interface for collecting tracks inside a code
Definition:
ITrackParticlesInConeTool.h:24
TrackParticle.h
xAOD::ITrackParticlesInConeTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
ITrackParticlesInConeTool.h:39
Generated on Sat Mar 29 2025 21:12:18 for ATLAS Offline Software by
1.8.18