Loading [MathJax]/jax/output/SVG/config.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
Reconstruction
VKalVrt
NewVrtSecInclusiveTool
NewVrtSecInclusiveTool
IVrtInclusive.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
//
5
// IVrtInclusive.h - Description
6
//
7
/*
8
Interface for inclusive secondary vertex reconstruction
9
It returns a pointer to Trk::VxSecVertexInfo object which contains
10
vector of pointers to xAOD::Vertex's of found secondary verteces.
11
In case of failure pointer to Trk::VxSecVertexInfo is 0.
12
13
14
Tool creates a derivative object VxSecVKalVertexInfo which contains also additional variables
15
see Tracking/TrkEvent/VxSecVertex/VxSecVertex/VxSecVKalVertexInfo.h
16
17
Author: Vadim Kostyukhin
18
e-mail: vadim.kostyukhin@cern.ch
19
20
-----------------------------------------------------------------------------*/
21
22
23
24
#ifndef _Rec_IVrtSecInclusive_H
25
#define _Rec_IVrtSecInclusive_H
26
// Normal STL and physical vectors
27
#include <vector>
28
// Gaudi includes
29
#include "
AthenaBaseComps/AthAlgTool.h
"
30
#include "
xAODTracking/TrackParticleContainer.h
"
31
#include "
xAODTracking/VertexContainer.h
"
32
#include "
VxSecVertex/VxSecVertexInfo.h
"
33
34
35
//------------------------------------------------------------------------
36
namespace
Rec
{
37
38
//------------------------------------------------------------------------
39
static
const
InterfaceID IID_IVrtInclusive(
"IVrtInclusive"
, 1, 0);
40
41
class
IVrtInclusive
:
virtual
public
IAlgTool {
42
public
:
43
static
const
InterfaceID&
interfaceID
() {
return
IID_IVrtInclusive;}
44
//---------------------------------------------------------------------------
45
55
virtual
std::unique_ptr<Trk::VxSecVertexInfo>
findAllVertices
(
const
std::vector<const xAOD::TrackParticle*> &
inputTracks
,
56
const
xAOD::Vertex
& PV)
const
=0;
57
58
};
59
60
}
//end namespace
61
62
#endif
Rec::IVrtInclusive
Definition:
IVrtInclusive.h:41
Rec::IVrtInclusive::findAllVertices
virtual std::unique_ptr< Trk::VxSecVertexInfo > findAllVertices(const std::vector< const xAOD::TrackParticle * > &inputTracks, const xAOD::Vertex &PV) const =0
python.TrigInDetConfig.inputTracks
inputTracks
Definition:
TrigInDetConfig.py:190
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition:
FakeTrackBuilder.h:10
AthAlgTool.h
VxSecVertexInfo.h
Rec::IVrtInclusive::interfaceID
static const InterfaceID & interfaceID()
Definition:
IVrtInclusive.h:43
VertexContainer.h
xAOD::Vertex_v1
Class describing a Vertex.
Definition:
Vertex_v1.h:42
TrackParticleContainer.h
Generated on Fri Mar 14 2025 21:12:30 for ATLAS Offline Software by
1.8.18