CMS 3D CMS Logo

HGCalSoAClusters.h
Go to the documentation of this file.
1 #ifndef DataFormats_HGCalReco_interface_HGCalSoAClusters_h
2 #define DataFormats_HGCalReco_interface_HGCalSoAClusters_h
3 
7 
9  // columns: one value per element
10  SOA_COLUMN(float, x),
11  SOA_COLUMN(float, y),
12  SOA_COLUMN(float, z),
13  SOA_COLUMN(float, energy),
14  SOA_COLUMN(int, cells), // number of hits in the cluster
15  SOA_COLUMN(int, seed) // This is the index of the seed of each cluster inside the RecHit SoA
16 )
17 
19 
20 #endif
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition: SoALayout.h:431
float x
#define SOA_COLUMN(TYPE, NAME)
Definition: SoACommon.h:564