#include <pixelCPEforGPU.h>
Public Types | |
using | AverageGeometry = pixelTopology::AverageGeometryT< TrackerTopology > |
using | LayerGeometry = LayerGeometryT< TrackerTopology > |
Public Member Functions | |
constexpr AverageGeometry const &__restrict__ | averageGeometry () const |
constexpr CommonParams const &__restrict__ | commonParams () const |
constexpr DetParams const &__restrict__ | detParams (int i) const |
__device__ uint8_t | layer (uint16_t id) const |
constexpr LayerGeometry const &__restrict__ | layerGeometry () const |
Public Attributes | |
AverageGeometry const * | m_averageGeometry |
CommonParams const * | m_commonParams |
DetParams const * | m_detParams |
LayerGeometry const * | m_layerGeometry |
Definition at line 84 of file pixelCPEforGPU.h.
using pixelCPEforGPU::ParamsOnGPUT< TrackerTopology >::AverageGeometry = pixelTopology::AverageGeometryT<TrackerTopology> |
Definition at line 86 of file pixelCPEforGPU.h.
using pixelCPEforGPU::ParamsOnGPUT< TrackerTopology >::LayerGeometry = LayerGeometryT<TrackerTopology> |
Definition at line 85 of file pixelCPEforGPU.h.
|
inline |
Definition at line 102 of file pixelCPEforGPU.h.
Referenced by gpuPixelRecHits::__attribute__().
|
inline |
Definition at line 93 of file pixelCPEforGPU.h.
Referenced by gpuPixelRecHits::__attribute__().
|
inline |
Definition at line 97 of file pixelCPEforGPU.h.
Referenced by gpuPixelRecHits::__attribute__().
|
inline |
Definition at line 104 of file pixelCPEforGPU.h.
Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
inline |
Definition at line 101 of file pixelCPEforGPU.h.
AverageGeometry const* pixelCPEforGPU::ParamsOnGPUT< TrackerTopology >::m_averageGeometry |
Definition at line 91 of file pixelCPEforGPU.h.
Referenced by pixelCPEforGPU::ParamsOnGPUT< TrackerTraits >::averageGeometry(), and PixelCPEFast< TrackerTraits >::GPUData::~GPUData().
CommonParams const* pixelCPEforGPU::ParamsOnGPUT< TrackerTopology >::m_commonParams |
Definition at line 88 of file pixelCPEforGPU.h.
Referenced by pixelCPEforGPU::ParamsOnGPUT< TrackerTraits >::commonParams(), and PixelCPEFast< TrackerTraits >::GPUData::~GPUData().
DetParams const* pixelCPEforGPU::ParamsOnGPUT< TrackerTopology >::m_detParams |
Definition at line 89 of file pixelCPEforGPU.h.
Referenced by pixelCPEforGPU::ParamsOnGPUT< TrackerTraits >::detParams(), and PixelCPEFast< TrackerTraits >::GPUData::~GPUData().
LayerGeometry const* pixelCPEforGPU::ParamsOnGPUT< TrackerTopology >::m_layerGeometry |
Definition at line 90 of file pixelCPEforGPU.h.
Referenced by pixelCPEforGPU::ParamsOnGPUT< TrackerTraits >::layer(), pixelCPEforGPU::ParamsOnGPUT< TrackerTraits >::layerGeometry(), and PixelCPEFast< TrackerTraits >::GPUData::~GPUData().