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
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
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
RecoTracker
MkFit
src
MkFitOutputWrapper.cc
Go to the documentation of this file.
1
#include "
RecoTracker/MkFit/interface/MkFitOutputWrapper.h
"
2
3
// mkFit includes
4
#include "Track.h"
5
6
MkFitOutputWrapper::MkFitOutputWrapper
() =
default
;
7
8
MkFitOutputWrapper::MkFitOutputWrapper
(
mkfit::TrackVec
&& candidateTracks,
mkfit::TrackVec
&& fitTracks)
9
: candidateTracks_{
std::move
(
candidateTracks
)}, fitTracks_{
std::move
(fitTracks)} {}
10
11
MkFitOutputWrapper::~MkFitOutputWrapper
() =
default
;
12
13
MkFitOutputWrapper::MkFitOutputWrapper
(
MkFitOutputWrapper
&&) =
default
;
14
MkFitOutputWrapper
&
MkFitOutputWrapper::operator=
(
MkFitOutputWrapper
&&) =
default
;
MkFitOutputWrapper.h
MkFitOutputWrapper::candidateTracks
mkfit::TrackVec const & candidateTracks() const
Definition:
MkFitOutputWrapper.h:22
mkfit::TrackVec
std::vector< Track > TrackVec
Definition:
MkFitInputWrapper.h:14
MkFitOutputWrapper::MkFitOutputWrapper
MkFitOutputWrapper()
MkFitOutputWrapper::operator=
MkFitOutputWrapper & operator=(MkFitOutputWrapper const &)=delete
eostools.move
def move(src, dest)
Definition:
eostools.py:511
MkFitOutputWrapper
Definition:
MkFitOutputWrapper.h:11
MkFitOutputWrapper::~MkFitOutputWrapper
~MkFitOutputWrapper()
Generated for CMSSW Reference Manual by
1.8.16