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
w
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
ForwardDetectors
AFP
AFP_Reconstruction
AFP_GlobReco
AFP_GlobReco
AFP_GlobReco.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef AFP_GLOBRECO_h
6
#define AFP_GLOBRECO_h
7
8
9
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
#include "GaudiKernel/ToolHandle.h"
12
13
#include "
AFP_GlobReco/IAFP_GlobRecoTool.h
"
14
15
16
class
AFP_GlobReco
:
public
AthReentrantAlgorithm
17
{
18
public
:
19
AFP_GlobReco
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
20
~AFP_GlobReco
();
21
22
StatusCode
initialize
();
23
StatusCode
execute
(
const
EventContext &ctx)
const
;
24
StatusCode
finalize
();
25
26
private
:
28
ToolHandle<IAFP_GlobRecoTool>
m_recoToolHandle
{
this
,
"recoTool"
,
""
,
"AFP proton reco tool"
};
29
};
30
31
#endif
AFP_GlobReco::m_recoToolHandle
ToolHandle< IAFP_GlobRecoTool > m_recoToolHandle
Tool that does the track reconstruction.
Definition:
AFP_GlobReco.h:28
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:74
IAFP_GlobRecoTool.h
Header file for interface IAFP_GlobRecoTool.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AFP_GlobReco::finalize
StatusCode finalize()
Definition:
AFP_GlobReco.cxx:45
AthReentrantAlgorithm.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
AFP_GlobReco::initialize
StatusCode initialize()
Definition:
AFP_GlobReco.cxx:19
AFP_GlobReco::execute
StatusCode execute(const EventContext &ctx) const
Definition:
AFP_GlobReco.cxx:35
AFP_GlobReco::AFP_GlobReco
AFP_GlobReco(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
AFP_GlobReco.cxx:8
AFP_GlobReco
Definition:
AFP_GlobReco.py:1
AFP_GlobReco::~AFP_GlobReco
~AFP_GlobReco()
Definition:
AFP_GlobReco.cxx:14
Generated on Thu May 8 2025 21:05:53 for ATLAS Offline Software by
1.8.18