File indexing completed on 2024-09-13 22:52:23
0001 #ifndef DataFormats_VertexSoA_ZVertexHost_H
0002 #define DataFormats_VertexSoA_ZVertexHost_H
0003
0004 #include <cstdint>
0005
0006 #include <alpaka/alpaka.hpp>
0007
0008 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0009 #include "DataFormats/VertexSoA/interface/ZVertexSoA.h"
0010 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0011
0012 using ZVertexHost = PortableHostCollection2<reco::ZVertexSoA, reco::ZVertexTracksSoA>;
0013
0014 #endif