File indexing completed on 2024-06-22 02:23:21
0001 #ifndef DataFormats_HcalRecHit_alpaka_HcalRecHitDeviceCollection_h
0002 #define DataFormats_HcalRecHit_alpaka_HcalRecHitDeviceCollection_h
0003
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005 #include "DataFormats/HcalRecHit/interface/HcalRecHitSoA.h"
0006 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0007
0008 namespace ALPAKA_ACCELERATOR_NAMESPACE {
0009
0010 namespace hcal {
0011
0012
0013
0014 using namespace ::hcal;
0015
0016
0017 using RecHitDeviceCollection = PortableCollection<HcalRecHitSoA>;
0018 }
0019
0020 }
0021
0022 #endif