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
IVertexCollectionSortingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// IVertexCollectionSortingTool.h, (c) ATLAS Detector software 2009
8
9
#ifndef TRK_IVERTEXCOLLECTIONSORTINGTOOL_H
10
#define TRK_IVERTEXCOLLECTIONSORTINGTOOL_H
11
12
#include "GaudiKernel/IAlgTool.h"
13
#include <utility>
14
15
//xAOD includes
16
#include "
xAODTracking/VertexFwd.h
"
17
#include "
xAODTracking/TrackParticleFwd.h
"
18
#include "
xAODTracking/VertexContainerFwd.h
"
19
#include "
xAODTracking/VertexAuxContainer.h
"
20
#include "
xAODTracking/TrackParticleContainerFwd.h
"
21
22
namespace
Trk
23
{
24
25
static
const
InterfaceID IID_IVertexCollectionSortingTool(
"IVertexCollectionSortingTool"
, 1, 0);
26
43
class
IVertexCollectionSortingTool
:
virtual
public
IAlgTool {
44
45
public
:
48
virtual
~IVertexCollectionSortingTool
(){};
49
51
static
const
InterfaceID&
interfaceID
() {
return
IID_IVertexCollectionSortingTool; };
52
53
57
virtual
std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*>
58
sortVertexContainer
(
const
xAOD::VertexContainer
& MyVxCont)
const
= 0;
59
};
60
}
61
62
#endif
Trk::IVertexCollectionSortingTool::sortVertexContainer
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > sortVertexContainer(const xAOD::VertexContainer &MyVxCont) const =0
Interface for xAOD::VertexContainer.
VertexContainerFwd.h
Trk::IVertexCollectionSortingTool
Interface class for vertex Container Sorting.
Definition:
IVertexCollectionSortingTool.h:43
Trk::IVertexCollectionSortingTool::~IVertexCollectionSortingTool
virtual ~IVertexCollectionSortingTool()
Virtual destructor.
Definition:
IVertexCollectionSortingTool.h:48
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::IVertexCollectionSortingTool::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
IVertexCollectionSortingTool.h:51
VertexFwd.h
TrackParticleFwd.h
TrackParticleContainerFwd.h
VertexAuxContainer.h
Generated on Thu Mar 13 2025 21:12:22 for ATLAS Offline Software by
1.8.18