#include <HcalGainsGPU.h>
Classes | |
struct | Product |
Public Member Functions | |
Product const & | getProduct (cudaStream_t) const |
HcalGainsGPU (HcalGains const &) | |
~HcalGainsGPU ()=default | |
Private Attributes | |
cms::cuda::ESProduct< Product > | product_ |
uint64_t | totalChannels_ |
std::vector< float, cms::cuda::HostAllocator < float > > | values_ |
Definition at line 13 of file HcalGainsGPU.h.
HcalGainsGPU::HcalGainsGPU | ( | HcalGains const & | gains | ) |
Definition at line 7 of file HcalGainsGPU.cc.
References HcalCondObjectContainer< Item >::getAllContainers().
|
default |
HcalGainsGPU::Product const & HcalGainsGPU::getProduct | ( | cudaStream_t | stream | ) | const |
Definition at line 33 of file HcalGainsGPU.cc.
References cms::cuda::copyAsync(), product_, cms::cuda::stream, HcalGainsGPU::Product::values, and values_.
|
private |
Definition at line 33 of file HcalGainsGPU.h.
Referenced by getProduct().
|
private |
Definition at line 30 of file HcalGainsGPU.h.
|
private |
Definition at line 31 of file HcalGainsGPU.h.
Referenced by getProduct().