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
VKalVrt
GNNVertexFitter
GNNVertexFitter
IGNNVertexFitterInterface.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef VKalVrt_IGNNVertexFitterInterface_H
6
#define VKalVrt_IGNNVertexFitterInterface_H
7
8
// Gaudi includes
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
xAODJet/JetContainer.h
"
11
#include "
xAODTracking/VertexContainer.h
"
12
13
namespace
Rec
{
14
15
static
const
InterfaceID IID_IGNNVertexFitterInterface(
"IGNNVertexFitterInterface"
, 1, 0);
16
17
class
IGNNVertexFitterInterface
:
virtual
public
IAlgTool {
18
public
:
19
static
const
InterfaceID &
interfaceID
() {
return
IID_IGNNVertexFitterInterface; }
20
21
virtual
StatusCode
fitAllVertices
(
const
xAOD::JetContainer
*jetCont,
xAOD::VertexContainer
*vertexCont,
22
const
xAOD::Vertex
&primaryVertex,
const
EventContext &ctx)
const
= 0;
23
};
24
25
}
// namespace Rec
26
27
#endif
Rec::IGNNVertexFitterInterface::fitAllVertices
virtual StatusCode fitAllVertices(const xAOD::JetContainer *jetCont, xAOD::VertexContainer *vertexCont, const xAOD::Vertex &primaryVertex, const EventContext &ctx) const =0
Rec::IGNNVertexFitterInterface::interfaceID
static const InterfaceID & interfaceID()
Definition:
IGNNVertexFitterInterface.h:19
Rec::IGNNVertexFitterInterface
Definition:
IGNNVertexFitterInterface.h:17
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition:
FakeTrackBuilder.h:10
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
VertexContainer.h
xAOD::Vertex_v1
Class describing a Vertex.
Definition:
Vertex_v1.h:42
JetContainer.h
Generated on Sun Mar 23 2025 21:11:45 for ATLAS Offline Software by
1.8.18