#include <HcalConvertedPedestalsGPU.h>
Classes | |
struct | Product |
Public Member Functions | |
Product const & | getProduct (cudaStream_t) const |
HcalConvertedPedestalsGPU (HcalPedestals const &, HcalQIEData const &, HcalQIETypes const &) | |
uint32_t | offsetForHashes () const |
~HcalConvertedPedestalsGPU ()=default | |
Protected Attributes | |
uint32_t | offsetForHashes_ |
cms::cuda::ESProduct< Product > | product_ |
uint64_t | totalChannels_ |
std::vector< float, cms::cuda::HostAllocator < float > > | values_ |
Definition at line 15 of file HcalConvertedPedestalsGPU.h.
HcalConvertedPedestalsGPU::HcalConvertedPedestalsGPU | ( | HcalPedestals const & | pedestals, |
HcalQIEData const & | qieData, | ||
HcalQIETypes const & | qieTypes | ||
) |
Definition at line 18 of file HcalConvertedPedestalsGPU.cc.
References HcalCondObjectContainer< Item >::getAllContainers().
|
default |
HcalConvertedPedestalsGPU::Product const & HcalConvertedPedestalsGPU::getProduct | ( | cudaStream_t | stream | ) | const |
Definition at line 109 of file HcalConvertedPedestalsGPU.cc.
References cms::cuda::copyAsync(), product_, cms::cuda::stream, HcalConvertedPedestalsGPU::Product::values, and values_.
|
inline |
Definition at line 31 of file HcalConvertedPedestalsGPU.h.
References offsetForHashes_.
|
protected |
Definition at line 35 of file HcalConvertedPedestalsGPU.h.
Referenced by offsetForHashes().
|
protected |
Definition at line 38 of file HcalConvertedPedestalsGPU.h.
Referenced by getProduct().
|
protected |
Definition at line 34 of file HcalConvertedPedestalsGPU.h.
|
protected |
Definition at line 36 of file HcalConvertedPedestalsGPU.h.
Referenced by getProduct().