#include <ChannelLocsGPU.h>
Public Member Functions | |
__device__ stripgpu::detId_t | detID (uint32_t index) const |
__device__ stripgpu::fedCh_t | fedCh (uint32_t index) const |
__device__ stripgpu::fedId_t | fedID (uint32_t index) const |
void | fill (const ChannelLocsGPU &c) |
__device__ size_t | inoff (uint32_t index) const |
__device__ const uint8_t * | input (uint32_t index) const |
__device__ uint16_t | length (uint32_t index) const |
__device__ size_t | offset (uint32_t index) const |
__device__ size_t | size () const |
Private Attributes | |
stripgpu::detId_t * | detID_ |
stripgpu::fedCh_t * | fedCh_ |
stripgpu::fedId_t * | fedID_ |
size_t * | inoff_ |
const uint8_t *const * | input_ |
uint16_t * | length_ |
size_t * | offset_ |
size_t | size_ |
Definition at line 92 of file ChannelLocsGPU.h.
|
inline |
|
inline |
|
inline |
void ChannelLocsView::fill | ( | const ChannelLocsGPU & | c | ) |
Definition at line 21 of file ChannelLocsGPU.cc.
References HltBtagPostValidation_cff::c, detID_, fedCh_, fedID_, inoff_, input_, length_, offset_, and size_.
Referenced by ChannelLocsGPU::ChannelLocsGPU().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 96 of file ChannelLocsGPU.h.
References size_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 113 of file ChannelLocsGPU.h.
|
private |
Definition at line 112 of file ChannelLocsGPU.h.
|
private |
Definition at line 111 of file ChannelLocsGPU.h.
|
private |
Definition at line 108 of file ChannelLocsGPU.h.
|
private |
Definition at line 107 of file ChannelLocsGPU.h.
|
private |
Definition at line 110 of file ChannelLocsGPU.h.
|
private |
Definition at line 109 of file ChannelLocsGPU.h.
|
private |
Definition at line 114 of file ChannelLocsGPU.h.