CMS 3D CMS Logo

Classes | Typedefs | Functions
vertexFinder Namespace Reference

Classes

struct  PixelVertexWSSoALayout
 

Typedefs

using PixelVertexWorkSpaceSoAConstView = PixelVertexWSSoALayout<>::ConstView
 
using PixelVertexWorkSpaceSoAHost = PortableHostCollection< PixelVertexWSSoALayout<> >
 
using PixelVertexWorkSpaceSoALayout = PixelVertexWSSoALayout<>
 
using PixelVertexWorkSpaceSoAView = PixelVertexWSSoALayout<>::View
 

Functions

ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE void init (PixelVertexWorkSpaceSoAView &workspace_view)
 

Typedef Documentation

◆ PixelVertexWorkSpaceSoAConstView

Definition at line 24 of file PixelVertexWorkSpaceLayout.h.

◆ PixelVertexWorkSpaceSoAHost

Definition at line 11 of file PixelVertexWorkSpaceSoAHostAlpaka.h.

◆ PixelVertexWorkSpaceSoALayout

Definition at line 22 of file PixelVertexWorkSpaceLayout.h.

◆ PixelVertexWorkSpaceSoAView

Definition at line 23 of file PixelVertexWorkSpaceLayout.h.

Function Documentation

◆ init()

ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE void vertexFinder::init ( PixelVertexWorkSpaceSoAView workspace_view)

Definition at line 26 of file PixelVertexWorkSpaceLayout.h.

26  {
27  workspace_view.ntrks() = 0;
28  workspace_view.nvIntermediate() = 0;
29  }