Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
RecoTracker
MkFit
src
MkFitSeedWrapper.cc
Go to the documentation of this file.
1
#include "
RecoTracker/MkFit/interface/MkFitSeedWrapper.h
"
2
3
// mkFit includes
4
#include "
RecoTracker/MkFitCore/interface/Track.h
"
5
6
MkFitSeedWrapper::MkFitSeedWrapper
() =
default
;
7
8
MkFitSeedWrapper::MkFitSeedWrapper
(
mkfit::TrackVec
seeds
)
9
: seeds_{std::make_unique<mkfit::TrackVec>(
std::move
(
seeds
))} {}
10
11
MkFitSeedWrapper::~MkFitSeedWrapper
() =
default
;
12
13
MkFitSeedWrapper::MkFitSeedWrapper
(
MkFitSeedWrapper
&&) =
default
;
14
MkFitSeedWrapper
&
MkFitSeedWrapper::operator=
(
MkFitSeedWrapper
&&) =
default
;
MkFitSeedWrapper
Definition:
MkFitSeedWrapper.h:12
DetachedQuadStep_cff.seeds
seeds
Definition:
DetachedQuadStep_cff.py:199
Track.h
MkFitSeedWrapper::~MkFitSeedWrapper
~MkFitSeedWrapper()
MkFitSeedWrapper.h
mkfit::TrackVec
std::vector< Track > TrackVec
Definition:
MkFitOutputWrapper.h:8
MkFitSeedWrapper::MkFitSeedWrapper
MkFitSeedWrapper()
MkFitSeedWrapper::operator=
MkFitSeedWrapper & operator=(MkFitSeedWrapper const &)=delete
eostools.move
def move(src, dest)
Definition:
eostools.py:511
MkFitSeedWrapper::seeds
mkfit::TrackVec const & seeds() const
Definition:
MkFitSeedWrapper.h:23
Generated for CMSSW Reference Manual by
1.8.14