Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-07-03 04:17:36

0001 #ifndef CondFormats_HcalObjects_HcalMahiPulseOffsetsSoA_h
0002 #define CondFormats_HcalObjects_HcalMahiPulseOffsetsSoA_h
0003 
0004 #include "DataFormats/SoATemplate/interface/SoACommon.h"
0005 #include "DataFormats/SoATemplate/interface/SoALayout.h"
0006 #include "DataFormats/SoATemplate/interface/SoAView.h"
0007 
0008 namespace hcal {
0009   GENERATE_SOA_LAYOUT(HcalMahiPulseOffsetsSoALayout, SOA_COLUMN(int, offsets))
0010   using HcalMahiPulseOffsetsSoA = HcalMahiPulseOffsetsSoALayout<>;
0011 
0012 }  // namespace hcal
0013 #endif