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
interface
MkFitEventOfHits.h
Go to the documentation of this file.
1
#ifndef RecoTracker_MkFit_MkFitEventOfHits_h
2
#define RecoTracker_MkFit_MkFitEventOfHits_h
3
4
#include <memory>
5
6
namespace
mkfit
{
7
class
EventOfHits
;
8
}
9
18
class
MkFitEventOfHits
{
19
public
:
20
MkFitEventOfHits
();
21
MkFitEventOfHits
(std::unique_ptr<mkfit::EventOfHits>);
22
~MkFitEventOfHits
();
23
24
MkFitEventOfHits
(
MkFitEventOfHits
const
&) =
delete
;
25
MkFitEventOfHits
&
operator=
(
MkFitEventOfHits
const
&) =
delete
;
26
MkFitEventOfHits
(
MkFitEventOfHits
&&);
27
MkFitEventOfHits
&
operator=
(
MkFitEventOfHits
&&);
28
29
mkfit::EventOfHits
&
get
() {
return
*
eventOfHits_
; }
30
mkfit::EventOfHits
const
&
get
()
const
{
return
*
eventOfHits_
; }
31
32
private
:
33
std::unique_ptr<mkfit::EventOfHits>
eventOfHits_
;
34
};
35
36
#endif
mkfit::EventOfHits
Definition:
HitStructures.h:168
mkfit
Definition:
MkFitEventOfHits.h:6
MkFitEventOfHits::~MkFitEventOfHits
~MkFitEventOfHits()
MkFitEventOfHits::MkFitEventOfHits
MkFitEventOfHits()
MkFitEventOfHits::eventOfHits_
std::unique_ptr< mkfit::EventOfHits > eventOfHits_
Definition:
MkFitEventOfHits.h:33
MkFitEventOfHits::operator=
MkFitEventOfHits & operator=(MkFitEventOfHits const &)=delete
MkFitEventOfHits
Definition:
MkFitEventOfHits.h:18
Generated for CMSSW Reference Manual by
1.8.14