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
ForwardDetectors
AFP
AFP_Reconstruction
AFP_VertexReco
AFP_VertexReco
IAFP_TimeRecoTool.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_VERTEXRECO_IAFP_TIMERECOTOOL_H
6
#define AFP_VERTEXRECO_IAFP_TIMERECOTOOL_H
7
13
14
15
// FrameWork includes
16
#include "GaudiKernel/IAlgTool.h"
17
#include "
xAODForward/AFPVertexContainer.h
"
18
19
#include <memory>
20
#include <string>
21
24
// The tool reconstructs AFPVertex from AFPProtons and AFPToFTracks.
25
class
IAFP_TimeRecoTool
:
virtual
public
::IAlgTool
26
{
27
public
:
28
DeclareInterfaceID
(
IAFP_TimeRecoTool
, 1, 0);
29
33
virtual
StatusCode
doVertexReco
(std::unique_ptr<xAOD::AFPVertexContainer>& outputContainer,
const
EventContext& ctx)
const
= 0;
34
36
virtual
const
std::string&
outputContainerName
()
const
= 0;
37
};
38
39
40
41
#endif
IAFP_TimeRecoTool::outputContainerName
virtual const std::string & outputContainerName() const =0
StoreGate name of the container where the reconstructed vertices will be saved.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IAFP_TimeRecoTool
Interface for proton reconstruction tool.
Definition:
IAFP_TimeRecoTool.h:26
IAFP_TimeRecoTool::doVertexReco
virtual StatusCode doVertexReco(std::unique_ptr< xAOD::AFPVertexContainer > &outputContainer, const EventContext &ctx) const =0
run vertex reconstruction
IAFP_TimeRecoTool::DeclareInterfaceID
DeclareInterfaceID(IAFP_TimeRecoTool, 1, 0)
AFPVertexContainer.h
Generated on Tue Mar 18 2025 21:11:41 for ATLAS Offline Software by
1.8.18