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
egamma
egammaInterfaces
egammaInterfaces
IegammaCaloClusterSelector.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef EGAMMAINTERFACES_IEGAMMACALOCLUSTERSELECTOR_H
5
#define EGAMMAINTERFACES_IEGAMMACALOCLUSTERSELECTOR_H
6
7
#include "GaudiKernel/IAlgTool.h"
8
9
#include "
xAODCaloEvent/CaloClusterFwd.h
"
10
11
class
CaloDetDescrManager
;
16
class
IegammaCaloClusterSelector
:
virtual
public
IAlgTool {
17
public
:
18
DeclareInterfaceID
(
IegammaCaloClusterSelector
, 1, 0);
19
20
virtual
bool
passSelection
(
const
xAOD::CaloCluster
* cluster,
const
CaloDetDescrManager
& cmgr)
const
= 0;
21
22
virtual
~IegammaCaloClusterSelector
()
override
{}
23
};
24
25
#endif // RECONSTRUCTION/EGAMMA/EGAMMAINTERFACES_IEGAMMACALOCLUSTERSELECTOR_H
IegammaCaloClusterSelector::DeclareInterfaceID
DeclareInterfaceID(IegammaCaloClusterSelector, 1, 0)
IegammaCaloClusterSelector
used to select clusters for seeding
Definition:
IegammaCaloClusterSelector.h:16
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition:
CaloCluster_v1.h:62
CaloClusterFwd.h
IegammaCaloClusterSelector::~IegammaCaloClusterSelector
virtual ~IegammaCaloClusterSelector() override
Definition:
IegammaCaloClusterSelector.h:22
IegammaCaloClusterSelector::passSelection
virtual bool passSelection(const xAOD::CaloCluster *cluster, const CaloDetDescrManager &cmgr) const =0
CaloDetDescrManager
This class provides the client interface for accessing the detector description information common to...
Definition:
CaloDetDescrManager.h:473
Generated on Thu Apr 24 2025 21:11:46 for ATLAS Offline Software by
1.8.18