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
CaloRingerTools
CaloRingerTools
ICaloRingerElectronsReader.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: ICaloRingerElectronsReader.h 667886 2015-05-18 17:26:59Z wsfreund $
6
#ifndef CALORINGERTOOLS_ICALORINGERELECTRONSREADER
7
#define CALORINGERTOOLS_ICALORINGERELECTRONSREADER
8
19
// Core Include
20
#include "GaudiKernel/IAlgTool.h"
21
22
// Interface Includes:
23
#include "
ICaloRingerInputReader.h
"
24
25
26
namespace
Ringer
{
27
28
static
const
InterfaceID IID_ICaloRingerElectronsReader(
"ICaloRingerElectronsReader"
, 1, 0);
29
30
class
ICaloRingerElectronsReader
:
virtual
public
ICaloRingerInputReader
31
{
32
public
:
34
virtual
~ICaloRingerElectronsReader
() {};
35
37
static
const
InterfaceID&
interfaceID
();
38
40
virtual
StatusCode
initialize
() = 0;
42
virtual
StatusCode
execute
() = 0;
44
virtual
StatusCode
finalize
() = 0;
45
46
};
47
48
inline
const
InterfaceID&
ICaloRingerElectronsReader::interfaceID
()
49
{
50
return
IID_ICaloRingerElectronsReader;
51
}
52
53
}
// namespace Ringer
54
55
#endif
56
Ringer::ICaloRingerElectronsReader::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
ICaloRingerElectronsReader.h:48
Ringer::ICaloRingerInputReader
Definition:
ICaloRingerInputReader.h:34
Ringer::ICaloRingerElectronsReader::initialize
virtual StatusCode initialize()=0
initialize method
Ringer::ICaloRingerElectronsReader
Definition:
ICaloRingerElectronsReader.h:31
Ringer::ICaloRingerElectronsReader::~ICaloRingerElectronsReader
virtual ~ICaloRingerElectronsReader()
Virtual destructor.
Definition:
ICaloRingerElectronsReader.h:34
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ICaloRingerInputReader.h
Ringer::ICaloRingerElectronsReader::finalize
virtual StatusCode finalize()=0
finalize method
Ringer::ICaloRingerElectronsReader::execute
virtual StatusCode execute()=0
execute method
Ringer
Namespace dedicated for Ringer utilities.
Definition:
CaloRingsDefs.h:9
Generated on Thu Apr 24 2025 21:11:40 for ATLAS Offline Software by
1.8.18