#include <EcalPulseShapesGPU.h>
|
static std::string | name () |
|
Definition at line 11 of file EcalPulseShapesGPU.h.
◆ EcalPulseShapesGPU()
◆ ~EcalPulseShapesGPU()
EcalPulseShapesGPU::~EcalPulseShapesGPU |
( |
| ) |
|
|
default |
◆ getProduct()
Definition at line 14 of file EcalPulseShapesGPU.cc.
References cudaCheck, hltrates_dqm_sourceclient-live_cfg::offset, product_, EcalPulseShapesGPU::Product::values, valuesEB_, and valuesEE_.
15 auto const& product =
product_.dataForCurrentDeviceAsync(
26 this->valuesEB_.data(),
28 cudaMemcpyHostToDevice,
33 this->valuesEE_.data(),
35 cudaMemcpyHostToDevice,
cms::cuda::ESProduct< Product > product_
std::vector< EcalPulseShape > const & valuesEE_
#define cudaCheck(ARG,...)
std::vector< EcalPulseShape > const & valuesEB_
◆ name()
static std::string EcalPulseShapesGPU::name |
( |
| ) |
|
|
inlinestatic |
◆ product_
◆ valuesEB_
◆ valuesEE_