CMS 3D CMS Logo

Classes | Namespaces | Typedefs
ZVertexSoACollection.h File Reference
#include <cstdint>
#include <alpaka/alpaka.hpp>
#include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
#include "DataFormats/VertexSoA/interface/ZVertexSoA.h"
#include "DataFormats/VertexSoA/interface/ZVertexDefinitions.h"
#include "DataFormats/VertexSoA/interface/ZVertexHost.h"
#include "DataFormats/VertexSoA/interface/ZVertexDevice.h"
#include "HeterogeneousCore/AlpakaInterface/interface/config.h"
#include "HeterogeneousCore/AlpakaInterface/interface/CopyToHost.h"

Go to the source code of this file.

Classes

struct  cms::alpakatools::CopyToHost< ZVertexDevice< TDevice > >
 

Namespaces

 ALPAKA_ACCELERATOR_NAMESPACE
 
 cms::alpakatools
 

Typedefs

using ALPAKA_ACCELERATOR_NAMESPACE::ZVertexSoACollection = std::conditional_t< std::is_same_v< Device, alpaka::DevCpu >, ZVertexHost, ZVertexDevice< Device > >