Classes | |
struct | ConditionsProducts |
struct | ConfigurationParameters |
class | ElectronicsMappingGPU |
struct | InputDataCPU |
struct | InputDataGPU |
struct | OutputDataCPU |
struct | OutputDataGPU |
struct | ScratchDataGPU |
Functions | |
void | entryPoint (InputDataCPU const &, InputDataGPU &, OutputDataGPU &, ScratchDataGPU &, OutputDataCPU &, ConditionsProducts const &, ConfigurationParameters const &, cudaStream_t cudaStream, uint32_t const, uint32_t const) |
Variables | |
constexpr int32_t | empty_event_size = 32 |
constexpr uint32_t | nbytes_per_fed_max = 10 * 1024 |
constexpr uint32_t | numOutputCollections = 3 |
constexpr uint8_t | OutputF01HE = 0 |
constexpr uint8_t | OutputF3HB = 2 |
constexpr uint8_t | OutputF5HB = 1 |
constexpr uint32_t | utca_nfeds_max = 50 |
void hcal::raw::entryPoint | ( | InputDataCPU const & | , |
InputDataGPU & | , | ||
OutputDataGPU & | , | ||
ScratchDataGPU & | , | ||
OutputDataCPU & | , | ||
ConditionsProducts const & | , | ||
ConfigurationParameters const & | , | ||
cudaStream_t | cudaStream, | ||
uint32_t | const, | ||
uint32_t | const | ||
) |
Referenced by HcalRawToDigiGPU::acquire().
constexpr int32_t hcal::raw::empty_event_size = 32 |
Definition at line 16 of file DeclsForKernels.h.
Referenced by HcalRawToDigiGPU::acquire().
constexpr uint32_t hcal::raw::nbytes_per_fed_max = 10 * 1024 |
Definition at line 18 of file DeclsForKernels.h.
Referenced by HcalRawToDigiGPU::acquire().
constexpr uint32_t hcal::raw::numOutputCollections = 3 |
Definition at line 22 of file DeclsForKernels.h.
Referenced by HcalRawToDigiGPU::acquire().
constexpr uint8_t hcal::raw::OutputF01HE = 0 |
Definition at line 23 of file DeclsForKernels.h.
Referenced by HcalRawToDigiGPU::produce().
constexpr uint8_t hcal::raw::OutputF3HB = 2 |
Definition at line 25 of file DeclsForKernels.h.
Referenced by HcalRawToDigiGPU::produce().
constexpr uint8_t hcal::raw::OutputF5HB = 1 |
Definition at line 24 of file DeclsForKernels.h.
Referenced by HcalRawToDigiGPU::produce().
constexpr uint32_t hcal::raw::utca_nfeds_max = 50 |
Definition at line 17 of file DeclsForKernels.h.
Referenced by HcalRawToDigiGPU::acquire().