Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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