Classes | |
struct | ConditionsProducts |
struct | ConfigurationParameters |
class | ElectronicsIdGPU |
Ecal readout channel identification [32:20] Unused (so far) [19:13] DCC id [12:6] tower [5:3] strip [2:0] xtal Index starts from 1. More... | |
class | ElectronicsMappingGPU |
struct | InputDataCPU |
struct | InputDataGPU |
struct | OutputDataCPU |
struct | OutputDataGPU |
struct | ScratchDataGPU |
Functions | |
void | entryPoint (InputDataCPU const &, InputDataGPU &, OutputDataGPU &, ScratchDataGPU &, OutputDataCPU &, ConditionsProducts const &, cudaStream_t, uint32_t const, uint32_t const) |
Variables | |
constexpr auto | empty_event_size = EMPTYEVENTSIZE |
constexpr uint32_t | nbytes_per_fed_max = 10 * 1024 |
constexpr uint32_t | nfeds_max = 54 |
void ecal::raw::entryPoint | ( | InputDataCPU const & | , |
InputDataGPU & | , | ||
OutputDataGPU & | , | ||
ScratchDataGPU & | , | ||
OutputDataCPU & | , | ||
ConditionsProducts const & | , | ||
cudaStream_t | , | ||
uint32_t | const, | ||
uint32_t | const | ||
) |
constexpr auto ecal::raw::empty_event_size = EMPTYEVENTSIZE |
Definition at line 18 of file DeclsForKernels.h.
Referenced by EcalRawToDigiGPU::acquire().
constexpr uint32_t ecal::raw::nbytes_per_fed_max = 10 * 1024 |
Definition at line 20 of file DeclsForKernels.h.
Referenced by EcalRawToDigiGPU::fillDescriptions().
constexpr uint32_t ecal::raw::nfeds_max = 54 |
Definition at line 19 of file DeclsForKernels.h.
Referenced by EcalRawToDigiGPU::acquire().