File indexing completed on 2025-02-04 02:43:25
0001 #ifndef RecoTracker_LSTCore_interface_alpaka_PixelSegmentsDeviceCollection_h
0002 #define RecoTracker_LSTCore_interface_alpaka_PixelSegmentsDeviceCollection_h
0003
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005
0006 #include "RecoTracker/LSTCore/interface/alpaka/Common.h"
0007 #include "RecoTracker/LSTCore/interface/PixelSegmentsSoA.h"
0008
0009 namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
0010 using PixelSegmentsDeviceCollection = PortableCollection<PixelSegmentsSoA>;
0011 }
0012
0013 #endif