#include <HcalRespCorrsGPU.h>
Classes | |
struct | Product |
Public Member Functions | |
Product const & | getProduct (cudaStream_t) const |
HcalRespCorrsGPU (HcalRespCorrs const &) | |
~HcalRespCorrsGPU ()=default | |
Private Attributes | |
cms::cuda::ESProduct< Product > | product_ |
std::vector< float, cms::cuda::HostAllocator < float > > | values_ |
Definition at line 13 of file HcalRespCorrsGPU.h.
HcalRespCorrsGPU::HcalRespCorrsGPU | ( | HcalRespCorrs const & | respcorrs | ) |
Definition at line 7 of file HcalRespCorrsGPU.cc.
References HcalCondObjectContainer< Item >::getAllContainers(), mps_fire::i, hltrates_dqm_sourceclient-live_cfg::offset, and values_.
|
default |
HcalRespCorrsGPU::Product const & HcalRespCorrsGPU::getProduct | ( | cudaStream_t | stream | ) | const |
Definition at line 25 of file HcalRespCorrsGPU.cc.
References cms::cuda::copyAsync(), product_, cms::cuda::stream, HcalRespCorrsGPU::Product::values, and values_.
|
private |
Definition at line 32 of file HcalRespCorrsGPU.h.
Referenced by getProduct().
|
private |
Definition at line 30 of file HcalRespCorrsGPU.h.
Referenced by getProduct(), and HcalRespCorrsGPU().