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
Tracking
TrkVertexFitter
TrkVertexFitterInterfaces
TrkVertexFitterInterfaces
IVertexWeightCalculator.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// IVertexWeightCalculator.h, (c) ATLAS Detector software 2009
8
9
#ifndef TRK_IVERTEXWEIGHTCALCULATOR_H
10
#define TRK_IVERTEXWEIGHTCALCULATOR_H
11
12
#include "GaudiKernel/IAlgTool.h"
13
14
// xAOD include
15
#include "
xAODTracking/TrackParticleFwd.h
"
16
#include "
xAODTracking/VertexAuxContainer.h
"
17
#include "
xAODTracking/VertexFwd.h
"
18
19
namespace
Trk
{
20
static
const
InterfaceID IID_IVertexWeightCalculator(
"IVertexWeightCalculator"
,
21
1,
22
0);
23
39
class
IVertexWeightCalculator
:
virtual
public
IAlgTool
40
{
41
42
public
:
44
virtual
~IVertexWeightCalculator
() =
default
;
45
47
static
const
InterfaceID&
interfaceID
()
48
{
49
return
IID_IVertexWeightCalculator;
50
};
51
53
virtual
double
estimateSignalCompatibility
(
54
const
xAOD::Vertex
&
vertex
)
const
= 0;
55
};
56
}
57
58
#endif
59
Trk::IVertexWeightCalculator::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
IVertexWeightCalculator.h:47
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
VertexFwd.h
Trk::vertex
@ vertex
Definition:
MeasurementType.h:21
xAOD::Vertex_v1
Class describing a Vertex.
Definition:
Vertex_v1.h:42
TrackParticleFwd.h
Trk::IVertexWeightCalculator
Definition:
IVertexWeightCalculator.h:40
Trk::IVertexWeightCalculator::estimateSignalCompatibility
virtual double estimateSignalCompatibility(const xAOD::Vertex &vertex) const =0
Interface for xAOD::Vertex.
Trk::IVertexWeightCalculator::~IVertexWeightCalculator
virtual ~IVertexWeightCalculator()=default
Virtual destructor.
VertexAuxContainer.h
Generated on Thu Mar 20 2025 21:12:33 for ATLAS Offline Software by
1.8.18