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
CUDADataFormats
HGCal
interface
ConstHGCRecHitSoA.h
Go to the documentation of this file.
1
#ifndef CUDADataFormats_HGCal_ConstHGCRecHitSoA_h
2
#define CUDADataFormats_HGCal_ConstHGCRecHitSoA_h
3
4
#include <cstdint>
5
6
class
ConstHGCRecHitSoA
{
//const version of the HGCRecHit class (data in the event should be immutable)
7
public
:
8
float
const
*
energy_
;
//calibrated energy of the rechit
9
float
const
*
time_
;
//time jitter of the UncalibRecHit
10
float
const
*
timeError_
;
//time resolution
11
uint32_t
const
*
id_
;
//rechit detId
12
uint32_t
const
*
flagBits_
;
//rechit flags describing its status (DataFormats/HGCRecHit/interface/HGCRecHit.h)
13
uint8_t
const
*
son_
;
//signal over noise
14
};
15
16
#endif //CUDADataFormats_HGCal_ConstHGCRecHitSoA_h
ConstHGCRecHitSoA::id_
uint32_t const * id_
Definition:
ConstHGCRecHitSoA.h:11
ConstHGCRecHitSoA::time_
float const * time_
Definition:
ConstHGCRecHitSoA.h:9
ConstHGCRecHitSoA::energy_
float const * energy_
Definition:
ConstHGCRecHitSoA.h:8
ConstHGCRecHitSoA
Definition:
ConstHGCRecHitSoA.h:6
ConstHGCRecHitSoA::flagBits_
uint32_t const * flagBits_
Definition:
ConstHGCRecHitSoA.h:12
ConstHGCRecHitSoA::timeError_
float const * timeError_
Definition:
ConstHGCRecHitSoA.h:10
ConstHGCRecHitSoA::son_
uint8_t const * son_
Definition:
ConstHGCRecHitSoA.h:13
Generated for CMSSW Reference Manual by
1.8.14