CMS 3D CMS Logo

ZVertexHost.h
Go to the documentation of this file.
1 #ifndef DataFormats_VertexSoA_ZVertexHost_H
2 #define DataFormats_VertexSoA_ZVertexHost_H
3 
4 #include <cstdint>
5 
6 #include <alpaka/alpaka.hpp>
7 
12 
13 template <int32_t S>
14 class ZVertexHostSoA : public PortableHostCollection<reco::ZVertexSoA> {
15 public:
16  ZVertexHostSoA() = default;
17 
18  // Constructor which specifies the queue
19  template <typename TQueue>
21 
22  // Constructor which specifies the DevHost
24 };
25 
26 //using namespace ::zVertex;
28 
29 #endif // DataFormats_VertexSoA_ZVertexHost_H
string host
Definition: query.py:115
ZVertexHostSoA()=default
ZVertexHostSoA(TQueue queue)
Definition: ZVertexHost.h:20
fixed size matrix
alpaka::DevCpu DevHost
Definition: config.h:37
ZVertexHostSoA(alpaka_common::DevHost const &host)
Definition: ZVertexHost.h:23