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
PhysicsAnalysis
ElectronPhotonID
ElectronPhotonSelectorTools
ElectronPhotonSelectorTools
AsgDeadHVCellRemovalTool.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
// Dear emacs, this is -*-c++-*-
6
#ifndef __ASGDEADHVCELLREMOVALTOOL__
7
#define __ASGDEADHVCELLREMOVALTOOL__
8
9
#include "
EgammaAnalysisInterfaces/IAsgDeadHVCellRemovalTool.h
"
10
#include "
AsgTools/AsgTool.h
"
11
#include "
xAODEgamma/EgammaFwd.h
"
12
13
class
AsgDeadHVCellRemovalTool
:
public
asg::AsgTool
,
14
virtual
public
IAsgDeadHVCellRemovalTool
15
{
16
ASG_TOOL_CLASS2
(
AsgDeadHVCellRemovalTool
,
17
IAsgDeadHVCellRemovalTool
,
18
asg::IAsgTool
)
19
20
public
:
22
AsgDeadHVCellRemovalTool
(
const
std::string& myname);
23
25
virtual
~AsgDeadHVCellRemovalTool
();
26
28
virtual
StatusCode
initialize
();
29
31
virtual
StatusCode
finalize
();
32
33
virtual
bool
accept
(
const
xAOD::Egamma
*
eg
)
const
final
;
34
36
virtual
bool
accept
(
const
xAOD::Egamma
&
part
)
const
final
;
37
38
private
:
39
40
};
// End: class definition
41
42
#endif
43
LArG4FSStartPointFilter.part
part
Definition:
LArG4FSStartPointFilter.py:21
EgammaFwd.h
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition:
AsgTool.h:47
AsgDeadHVCellRemovalTool::accept
virtual bool accept(const xAOD::Egamma *eg) const final
Definition:
AsgDeadHVCellRemovalTool.cxx:24
ParticleTest.eg
eg
Definition:
ParticleTest.py:29
ASG_TOOL_CLASS2
#define ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2)
Definition:
AsgToolMacros.h:77
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition:
IAsgTool.h:41
xAOD::Egamma_v1
Definition:
Egamma_v1.h:56
AsgDeadHVCellRemovalTool::finalize
virtual StatusCode finalize()
Gaudi Service Interface method implementations.
Definition:
AsgDeadHVCellRemovalTool.cxx:20
AsgDeadHVCellRemovalTool::~AsgDeadHVCellRemovalTool
virtual ASG_TOOL_CLASS2(AsgDeadHVCellRemovalTool, IAsgDeadHVCellRemovalTool, asg::IAsgTool) public ~AsgDeadHVCellRemovalTool()
Standard constructor.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AsgDeadHVCellRemovalTool
Definition:
AsgDeadHVCellRemovalTool.h:15
IAsgDeadHVCellRemovalTool.h
columnar::final
CM final
Definition:
ColumnAccessor.h:106
AsgDeadHVCellRemovalTool::initialize
virtual StatusCode initialize()
Gaudi Service Interface method implementations.
Definition:
AsgDeadHVCellRemovalTool.cxx:16
AsgTool.h
IAsgDeadHVCellRemovalTool
Definition:
IAsgDeadHVCellRemovalTool.h:13
Generated on Wed Apr 23 2025 21:07:21 for ATLAS Offline Software by
1.8.18