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
DataFormats
ParticleFlowReco
interface
CaloRecHitSoA.h
Go to the documentation of this file.
1
#ifndef DataFormats_ParticleFlowReco_interface_CaloRecHitSoA_h
2
#define DataFormats_ParticleFlowReco_interface_CaloRecHitSoA_h
3
4
#include <Eigen/Core>
5
#include <Eigen/Dense>
6
7
#include "
DataFormats/SoATemplate/interface/SoACommon.h
"
8
#include "
DataFormats/SoATemplate/interface/SoALayout.h
"
9
#include "
DataFormats/SoATemplate/interface/SoAView.h
"
10
11
namespace
reco
{
12
13
GENERATE_SOA_LAYOUT
(CaloRecHitSoALayout,
14
SOA_COLUMN
(uint32_t,
detId
),
15
SOA_COLUMN
(
float
,
energy
),
16
SOA_COLUMN
(
float
,
time
),
17
SOA_COLUMN
(uint32_t,
flags
))
18
19
using
CaloRecHitSoA
=
CaloRecHitSoALayout<>
;
20
21
}
// namespace reco
22
23
#endif // DataFormats_ParticleFlowReco_interface_CaloRecHitSoA_h
SoAView.h
hcalRecHitTable_cff.time
time
Definition:
hcalRecHitTable_cff.py:14
hcalRecHitTable_cff.energy
energy
Definition:
hcalRecHitTable_cff.py:13
GENERATE_SOA_LAYOUT
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition:
SoALayout.h:426
hcalRecHitTable_cff.detId
detId
Definition:
hcalRecHitTable_cff.py:12
SoALayout.h
reco::CaloRecHitSoALayout
Definition:
CaloRecHitSoA.h:17
HLT_2023v12_cff.flags
flags
Definition:
HLT_2023v12_cff.py:10083
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
SoACommon.h
SOA_COLUMN
#define SOA_COLUMN(TYPE, NAME)
Definition:
SoACommon.h:554
Generated for CMSSW Reference Manual by
1.8.14