CMS 3D CMS Logo

EcalDigiPhase2SoA.h
Go to the documentation of this file.
1 #ifndef DataFormats_EcalDigi_EcalDigiPhase2SoA_h
2 #define DataFormats_EcalDigi_EcalDigiPhase2SoA_h
3 
7 
8 // due to a ROOT limitation the std::array needs to be wrapped
9 // https://github.com/root-project/root/issues/12007
11 
13  SOA_COLUMN(uint32_t, id),
15  SOA_SCALAR(uint32_t, size))
16 
18 
19 #endif
size
Write out results.
#define GENERATE_SOA_LAYOUT(CLASS,...)
Definition: SoALayout.h:431
#define SOA_SCALAR(TYPE, NAME)
Definition: SoACommon.h:553
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:80
#define SOA_COLUMN(TYPE, NAME)
Definition: SoACommon.h:554