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
egammaCaloTools
src
egammaIso.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EGAMMACALOTOOLS_EGAMMAISO_H
6
#define EGAMMACALOTOOLS_EGAMMAISO_H
7
10
11
#include "
AthenaBaseComps/AthAlgTool.h
"
12
#include "
xAODCaloEvent/CaloClusterFwd.h
"
13
#include "
egammaInterfaces/IegammaIso.h
"
14
#include <vector>
15
16
class
egammaIso
:
public
AthAlgTool
,
virtual
public
IegammaIso
{
17
18
public
:
19
21
egammaIso
(
const
std::string&
type
,
22
const
std::string&
name
,
23
const
IInterface*
parent
);
24
26
~egammaIso
() =
default
;
27
29
StatusCode
initialize
()
override
;
31
StatusCode
finalize
()
override
;
33
virtual
StatusCode
execute
(
const
xAOD::CaloCluster
& cluster,
34
const
CaloDetDescrManager
& cmgr,
35
const
CaloCellContainer
& cellcoll,
36
Info
&
info
)
const
override
final
;
37
38
};
39
40
#endif
grepfile.info
info
Definition:
grepfile.py:38
egammaIso
{Tool to estimate the hadronic energy behind the electromagnetic cluster, the
Definition:
egammaIso.h:16
IegammaIso
Interface for the Reconstruction/egamma/egammaCaloTools/egammaIso.
Definition:
IegammaIso.h:30
egammaIso::finalize
StatusCode finalize() override
finalize method
Definition:
egammaIso.cxx:30
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
egammaIso::~egammaIso
~egammaIso()=default
Destructor.
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition:
CaloCluster_v1.h:59
CaloClusterFwd.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
egammaIso::execute
virtual StatusCode execute(const xAOD::CaloCluster &cluster, const CaloDetDescrManager &cmgr, const CaloCellContainer &cellcoll, Info &info) const override final
Method to just calculate hadronic leakage.
Definition:
egammaIso.cxx:34
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
CaloCellContainer
Container class for CaloCell.
Definition:
CaloCellContainer.h:55
egammaIso::egammaIso
egammaIso(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition:
egammaIso.cxx:18
CaloDetDescrManager
This class provides the client interface for accessing the detector description information common to...
Definition:
CaloDetDescrManager.h:473
egammaIso::initialize
StatusCode initialize() override
initialize method
Definition:
egammaIso.cxx:26
IegammaIso::Info
Definition:
IegammaIso.h:39
IegammaIso.h
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Thu Mar 13 2025 21:10:01 for ATLAS Offline Software by
1.8.18