src
RecoLocalCalo
HGCalRecProducers
interface
HGCalSoAClustersExtra.h
Go to the documentation of this file.
1
#ifndef DataFormats_HGCalReco_interface_HGCalSoAClustersExtra_h
2
#define DataFormats_HGCalReco_interface_HGCalSoAClustersExtra_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
GENERATE_SOA_LAYOUT
(
9
HGCalSoAClustersExtraLayout
,
10
// columns: one value per element
11
SOA_COLUMN
(
float
, total_weight),
12
SOA_COLUMN
(
float
, total_weight_log),
13
SOA_COLUMN
(
float
, maxEnergyValue),
14
SOA_COLUMN
(
int
, maxEnergyIndex)
// Index in the RecHitSoA of the rechit with highest energy in each cluster
15
)
16
17
using
HGCalSoAClustersExtra
=
HGCalSoAClustersExtraLayout
<>;
18
19
#endif
SoAView.h
GENERATE_SOA_LAYOUT
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition:
SoALayout.h:431
SoALayout.h
HGCalSoAClustersExtraLayout
Definition:
HGCalSoAClustersExtra.h:15
SoACommon.h
SOA_COLUMN
#define SOA_COLUMN(TYPE, NAME)
Definition:
SoACommon.h:564
Generated for CMSSW Reference Manual by
1.8.14