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