Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_HcalObjects_interface_alpaka_HcalMahiPulseOffsetsPortable_h
0002 #define CondFormats_HcalObjects_interface_alpaka_HcalMahiPulseOffsetsPortable_h
0003 
0004 #include "CondFormats/HcalObjects/interface/HcalMahiPulseOffsetsHost.h"
0005 #include "CondFormats/HcalObjects/interface/HcalMahiPulseOffsetsSoA.h"
0006 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0007 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0008 #include "HeterogeneousCore/AlpakaInterface/interface/memory.h"
0009 
0010 namespace ALPAKA_ACCELERATOR_NAMESPACE {
0011 
0012   namespace hcal {
0013     using ::hcal::HcalMahiPulseOffsetsPortableHost;
0014     using HcalMahiPulseOffsetsPortableDevice = PortableCollection<::hcal::HcalMahiPulseOffsetsSoA>;
0015 
0016   }  // namespace hcal
0017 
0018 }  // namespace ALPAKA_ACCELERATOR_NAMESPACE
0019 
0020 #endif