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
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 "
RecoTracker/MkFitCore/interface/Track.h
"
5
6
MkFitOutputWrapper::MkFitOutputWrapper
() =
default
;
7
8
MkFitOutputWrapper::MkFitOutputWrapper
(
mkfit::TrackVec
tracks
,
bool
propagatedToFirstLayer)
9
: tracks_{
std::move
(
tracks
)}, propagatedToFirstLayer_{propagatedToFirstLayer} {}
10
11
MkFitOutputWrapper::~MkFitOutputWrapper
() =
default
;
12
13
MkFitOutputWrapper::MkFitOutputWrapper
(
MkFitOutputWrapper
&&) =
default
;
14
MkFitOutputWrapper
&
MkFitOutputWrapper::operator=
(
MkFitOutputWrapper
&&) =
default
;
MkFitOutputWrapper::~MkFitOutputWrapper
~MkFitOutputWrapper()
MkFitOutputWrapper::MkFitOutputWrapper
MkFitOutputWrapper()
MkFitOutputWrapper.h
MkFitOutputWrapper::tracks
mkfit::TrackVec const & tracks() const
Definition:
MkFitOutputWrapper.h:22
Track.h
MkFitOutputWrapper::operator=
MkFitOutputWrapper & operator=(MkFitOutputWrapper const &)=delete
MkFitOutputWrapper
Definition:
MkFitOutputWrapper.h:11
mkfit::TrackVec
std::vector< Track > TrackVec
Definition:
MkFitOutputWrapper.h:8
pwdgSkimBPark_cfi.tracks
tracks
Definition:
pwdgSkimBPark_cfi.py:29
eostools.move
def move(src, dest)
Definition:
eostools.py:511
Generated for CMSSW Reference Manual by
1.8.14