src
DataFormats
HGCalReco
interface
HGCalSoARecHitsExtra.h
Go to the documentation of this file.
1
#ifndef DataFormats_HGCalReco_interface_HGCalSoARecHitsExtra_h
2
#define DataFormats_HGCalReco_interface_HGCalSoARecHitsExtra_h
3
4
#include "
DataFormats/SoATemplate/interface/SoACommon.h
"
5
#include "
DataFormats/SoATemplate/interface/SoALayout.h
"
6
#include "
DataFormats/SoATemplate/interface/SoAView.h
"
7
8
// SoA layout with delta, rho, weight, nearestHigher, clusterIndex, layer, isSeed, and cellsCount fields
9
GENERATE_SOA_LAYOUT
(
HGCalSoARecHitsExtraLayout
,
10
// columns: one value per element
11
SOA_COLUMN
(
float
,
delta
),
12
SOA_COLUMN
(
float
,
rho
),
13
SOA_COLUMN
(
unsigned
int
, nearestHigher),
14
SOA_COLUMN
(
int
, clusterIndex),
15
SOA_COLUMN
(uint8_t, isSeed),
16
SOA_SCALAR
(
unsigned
int
, numberOfClustersScalar))
17
18
using
HGCalSoARecHitsExtra
=
HGCalSoARecHitsExtraLayout<>
;
19
20
#endif
HGCalSoARecHitsExtraLayout
Definition:
HGCalSoARecHitsExtra.h:16
SoAView.h
dumpMFGeometry_cfg.delta
delta
Definition:
dumpMFGeometry_cfg.py:25
GENERATE_SOA_LAYOUT
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition:
SoALayout.h:431
IsoPhotonEBSkim_cff.rho
rho
Definition:
IsoPhotonEBSkim_cff.py:40
SOA_SCALAR
#define SOA_SCALAR(TYPE, NAME)
Definition:
SoACommon.h:563
SoALayout.h
SoACommon.h
SOA_COLUMN
#define SOA_COLUMN(TYPE, NAME)
Definition:
SoACommon.h:564
Generated for CMSSW Reference Manual by
1.8.14