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_HcalMahiConditionsDevice_h
0002 #define CondFormats_HcalObjects_interface_alpaka_HcalMahiConditionsDevice_h
0003 
0004 #include "CondFormats/HcalObjects/interface/HcalMahiConditionsHost.h"
0005 #include "CondFormats/HcalObjects/interface/HcalMahiConditionsSoA.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 
0014     using ::hcal::HcalMahiConditionsPortableHost;
0015     using HcalMahiConditionsPortableDevice = PortableCollection<::hcal::HcalMahiConditionsSoA>;
0016   }  // namespace hcal
0017 
0018 }  // namespace ALPAKA_ACCELERATOR_NAMESPACE
0019 
0020 #endif