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
RecoPixelVertexing
PixelTriplets
plugins
HelixFitOnGPU.cc
Go to the documentation of this file.
1
#include "
HeterogeneousCore/CUDAUtilities/interface/cudaCheck.h
"
2
#include "
HelixFitOnGPU.h
"
3
4
void
HelixFitOnGPU::allocateOnGPU
(
Tuples
const
*
tuples
,
5
TupleMultiplicity
const
*
tupleMultiplicity
,
6
OutputSoA
*helix_fit_results) {
7
tuples_
=
tuples
;
8
tupleMultiplicity_
=
tupleMultiplicity
;
9
outputSoa_
= helix_fit_results;
10
11
assert
(
tuples_
);
12
assert
(
tupleMultiplicity_
);
13
assert
(
outputSoa_
);
14
}
15
16
void
HelixFitOnGPU::deallocateOnGPU
() {}
tupleMultiplicity
caConstants::TupleMultiplicity const *__restrict__ tupleMultiplicity
Definition:
BrokenLineFitOnGPU.h:29
HelixFitOnGPU::tupleMultiplicity_
TupleMultiplicity const * tupleMultiplicity_
Definition:
HelixFitOnGPU.h:61
cms::cuda::assert
assert(be >=bs)
tuples
HitContainer const *__restrict__ tuples
Definition:
CAHitNtupletGeneratorKernelsImpl.h:622
HelixFitOnGPU::outputSoa_
OutputSoA * outputSoa_
Definition:
HelixFitOnGPU.h:62
cudaCheck.h
HelixFitOnGPU::allocateOnGPU
void allocateOnGPU(Tuples const *tuples, TupleMultiplicity const *tupleMultiplicity, OutputSoA *outputSoA)
Definition:
HelixFitOnGPU.cc:4
HelixFitOnGPU::tuples_
Tuples const * tuples_
Definition:
HelixFitOnGPU.h:60
TrackSoAHeterogeneousT
Definition:
TrackSoAHeterogeneousT.h:24
cms::cuda::OneToManyAssoc
Definition:
OneToManyAssoc.h:143
HelixFitOnGPU.h
HelixFitOnGPU::deallocateOnGPU
void deallocateOnGPU()
Definition:
HelixFitOnGPU.cc:16
Generated for CMSSW Reference Manual by
1.8.14