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
IegammaCheckEnergyDepositTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// IegammaCheckEnergyDepositTool.h, (c) ATLAS Detector software 2008
8
9
#ifndef EGAMMAINTERFACES_IEGAMMACHECKENERGYDEPOSITTOOL_H
10
#define EGAMMAINTERFACES_IEGAMMACHECKENERGYDEPOSITTOOL_H
11
21
// INCLUDE HEADER FILES:
22
#include "GaudiKernel/IAlgTool.h"
23
24
// Forward declarations
25
26
#include "
xAODCaloEvent/CaloClusterFwd.h
"
27
28
static
const
InterfaceID IID_IegammaCheckEnergyDepositTool(
"IegammaCheckEnergyDepositTool"
, 1, 0);
29
30
class
IegammaCheckEnergyDepositTool
:
virtual
public
IAlgTool
31
{
32
33
public
:
34
36
virtual
~IegammaCheckEnergyDepositTool
() {};
37
39
static
const
InterfaceID&
interfaceID
();
40
42
virtual
StatusCode
initialize
() = 0;
44
virtual
StatusCode
finalize
() = 0;
46
virtual
bool
checkFractioninSamplingCluster
(
const
xAOD::CaloCluster
* cluster)
const
= 0;
47
48
};
49
50
inline
const
InterfaceID&
IegammaCheckEnergyDepositTool::interfaceID
()
51
{
52
return
IID_IegammaCheckEnergyDepositTool;
53
}
54
55
#endif
56
57
58
59
60
61
62
63
64
IegammaCheckEnergyDepositTool::~IegammaCheckEnergyDepositTool
virtual ~IegammaCheckEnergyDepositTool()
Virtual destructor.
Definition:
IegammaCheckEnergyDepositTool.h:36
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition:
CaloCluster_v1.h:59
CaloClusterFwd.h
IegammaCheckEnergyDepositTool::initialize
virtual StatusCode initialize()=0
initialize method
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IegammaCheckEnergyDepositTool::checkFractioninSamplingCluster
virtual bool checkFractioninSamplingCluster(const xAOD::CaloCluster *cluster) const =0
execute method
IegammaCheckEnergyDepositTool::finalize
virtual StatusCode finalize()=0
finalize method
IegammaCheckEnergyDepositTool
Definition:
IegammaCheckEnergyDepositTool.h:31
IegammaCheckEnergyDepositTool::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
IegammaCheckEnergyDepositTool.h:50
Generated on Sun Mar 23 2025 21:11:45 for ATLAS Offline Software by
1.8.18