CMS 3D CMS Logo

HGCalSoAClustersExtra.h
Go to the documentation of this file.
1 #ifndef DataFormats_HGCalReco_interface_HGCalSoAClustersExtra_h
2 #define DataFormats_HGCalReco_interface_HGCalSoAClustersExtra_h
3 
7 
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 
18 
19 #endif
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition: SoALayout.h:431
#define SOA_COLUMN(TYPE, NAME)
Definition: SoACommon.h:564