#include <EcalLaserAlphasGPU.h>
Classes | |
struct | Product |
Public Member Functions | |
EcalLaserAlphasGPU (EcalLaserAlphas const &) | |
uint32_t | getOffset () const |
Product const & | getProduct (cudaStream_t) const |
~EcalLaserAlphasGPU ()=default | |
Static Public Member Functions | |
static std::string | name () |
Private Attributes | |
uint32_t | offset_ |
cms::cuda::ESProduct< Product > | product_ |
std::vector< float, cms::cuda::HostAllocator< float > > | values_ |
Definition at line 13 of file EcalLaserAlphasGPU.h.
EcalLaserAlphasGPU::EcalLaserAlphasGPU | ( | EcalLaserAlphas const & | values | ) |
Definition at line 6 of file EcalLaserAlphasGPU.cc.
References offset_, contentValuesCheck::values, and values_.
|
default |
|
inline |
EcalLaserAlphasGPU::Product const & EcalLaserAlphasGPU::getProduct | ( | cudaStream_t | cudaStream | ) | const |
Definition at line 13 of file EcalLaserAlphasGPU.cc.
References cms::cuda::copyAsync(), product_, EcalLaserAlphasGPU::Product::values, and values_.
|
inlinestatic |
Definition at line 34 of file EcalLaserAlphasGPU.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by config.CFG::__str__(), validation.Sample::digest(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
private |
Definition at line 38 of file EcalLaserAlphasGPU.h.
Referenced by EcalLaserAlphasGPU(), and getOffset().
|
private |
Definition at line 40 of file EcalLaserAlphasGPU.h.
Referenced by getProduct().
|
private |
Definition at line 37 of file EcalLaserAlphasGPU.h.
Referenced by EcalLaserAlphasGPU(), and getProduct().