File indexing completed on 2024-09-13 22:52:23
0001 #ifndef DataFormats_VertexSoA_interface_ZVertexDevice_h
0002 #define DataFormats_VertexSoA_interface_ZVertexDevice_h
0003
0004 #include <cstdint>
0005
0006 #include <alpaka/alpaka.hpp>
0007
0008 #include "DataFormats/VertexSoA/interface/ZVertexSoA.h"
0009 #include "DataFormats/VertexSoA/interface/ZVertexHost.h"
0010 #include "DataFormats/Portable/interface/PortableDeviceCollection.h"
0011
0012 template <typename TDev>
0013 using ZVertexDevice = PortableDeviceMultiCollection<TDev, reco::ZVertexSoA, reco::ZVertexTracksSoA>;
0014
0015 #endif