File indexing completed on 2025-07-03 00:42:40
0001 #ifndef RecoTracker_PixelSeeding_interface_CAGeometryDevice_H
0002 #define RecoTracker_PixelSeeding_interface_CAGeometryDevice_H
0003
0004 #include <cstdint>
0005
0006 #include <alpaka/alpaka.hpp>
0007
0008 #include "DataFormats/Portable/interface/PortableDeviceCollection.h"
0009 #include "RecoTracker/PixelSeeding/interface/CAGeometrySoA.h"
0010 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0011
0012 namespace reco {
0013 template <typename TDev>
0014 using CAGeometryDevice = PortableDeviceMultiCollection<TDev, CALayersSoA, CAGraphSoA, CAModulesSoA>;
0015 }
0016 #endif