File indexing completed on 2024-11-19 23:20:20
0001 #ifndef RecoTracker_LSTCore_interface_alpaka_ModulesDeviceCollection_h
0002 #define RecoTracker_LSTCore_interface_alpaka_ModulesDeviceCollection_h
0003
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005
0006 #include "RecoTracker/LSTCore/interface/alpaka/Common.h"
0007 #include "RecoTracker/LSTCore/interface/ModulesSoA.h"
0008
0009 namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
0010 using ModulesDeviceCollection = PortableCollection2<ModulesSoA, ModulesPixelSoA>;
0011 }
0012
0013 #endif