Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-11-19 23:20:20

0001 #ifndef RecoTracker_LSTCore_interface_alpaka_MiniDoubletsDeviceCollection_h
0002 #define RecoTracker_LSTCore_interface_alpaka_MiniDoubletsDeviceCollection_h
0003 
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005 
0006 #include "RecoTracker/LSTCore/interface/alpaka/Common.h"
0007 #include "RecoTracker/LSTCore/interface/MiniDoubletsSoA.h"
0008 
0009 namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
0010   using MiniDoubletsDeviceCollection = PortableCollection2<MiniDoubletsSoA, MiniDoubletsOccupancySoA>;
0011 }  // namespace ALPAKA_ACCELERATOR_NAMESPACE::lst
0012 
0013 #endif