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
InnerDetector
InDetRecEvent
SiSPSeededTrackFinderData
src
SeedToTrackConversionData.cxx
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
8
// Source file for class SeedToTrackConversionData
10
// Class for event dependent data used in SeedToTrackConversionTool
12
13
#include "
SiSPSeededTrackFinderData/SeedToTrackConversionData.h
"
14
15
namespace
InDet
{
16
17
// Constructor
18
SeedToTrackConversionData::SeedToTrackConversionData
() =
default
;
19
20
// Get methods
21
std::unique_ptr<TrackCollection>&
SeedToTrackConversionData::seedSegmentsCollection
() {
22
return
m_seedSegmentsCollection
;
23
}
24
25
Trk::TrackInfo
&
SeedToTrackConversionData::trackInfo
() {
26
return
m_trackInfo
;
27
}
28
29
std::string&
SeedToTrackConversionData::patternName
() {
30
return
m_patternName
;
31
}
32
33
}
// end of name space
InDet::SeedToTrackConversionData::seedSegmentsCollection
std::unique_ptr< TrackCollection > & seedSegmentsCollection()
Definition:
SeedToTrackConversionData.cxx:21
InDet::SeedToTrackConversionData::SeedToTrackConversionData
SeedToTrackConversionData()
Trk::TrackInfo
Contains information about the 'fitter' of this track.
Definition:
Tracking/TrkEvent/TrkTrack/TrkTrack/TrackInfo.h:32
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::SeedToTrackConversionData::m_patternName
std::string m_patternName
Name of the pattern recognition.
Definition:
SeedToTrackConversionData.h:40
SeedToTrackConversionData.h
InDet::SeedToTrackConversionData::trackInfo
Trk::TrackInfo & trackInfo()
Definition:
SeedToTrackConversionData.cxx:25
InDet::SeedToTrackConversionData::m_trackInfo
Trk::TrackInfo m_trackInfo
TrackInfo for seeds.
Definition:
SeedToTrackConversionData.h:39
InDet::SeedToTrackConversionData::m_seedSegmentsCollection
std::unique_ptr< TrackCollection > m_seedSegmentsCollection
output collection for seed
Definition:
SeedToTrackConversionData.h:38
InDet::SeedToTrackConversionData::patternName
std::string & patternName()
Definition:
SeedToTrackConversionData.cxx:29
Generated on Tue Mar 25 2025 21:18:22 for ATLAS Offline Software by
1.8.18