File indexing completed on 2024-07-03 04:18:11
0001 #ifndef DataFormats_PortableTestObjects_interface_alpaka_HGCalSoAClustersExtraDeviceCollection_h
0002 #define DataFormats_PortableTestObjects_interface_alpaka_HGCalSoAClustersExtraDeviceCollection_h
0003
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005 #include "RecoLocalCalo/HGCalRecProducers/interface/HGCalSoAClustersExtra.h"
0006 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0007
0008 namespace ALPAKA_ACCELERATOR_NAMESPACE {
0009
0010 using HGCalSoAClustersExtraDeviceCollection = PortableCollection<HGCalSoAClustersExtra>;
0011
0012 }
0013
0014 #endif