#include <EcalPedestalsGPU.h>
Classes | |
struct | Product |
Public Member Functions | |
EcalPedestalsGPU (EcalPedestals const &) | |
Product const & | getProduct (cudaStream_t) const |
~EcalPedestalsGPU ()=default | |
Static Public Member Functions | |
static std::string | name () |
Private Attributes | |
std::vector< float, cms::cuda::HostAllocator < float > > | mean_x12_ |
std::vector< float, cms::cuda::HostAllocator < float > > | mean_x1_ |
std::vector< float, cms::cuda::HostAllocator < float > > | mean_x6_ |
cms::cuda::ESProduct< Product > | product_ |
std::vector< float, cms::cuda::HostAllocator < float > > | rms_x12_ |
std::vector< float, cms::cuda::HostAllocator < float > > | rms_x1_ |
std::vector< float, cms::cuda::HostAllocator < float > > | rms_x6_ |
Definition at line 13 of file EcalPedestalsGPU.h.
EcalPedestalsGPU::EcalPedestalsGPU | ( | EcalPedestals const & | pedestals | ) |
Definition at line 6 of file EcalPedestalsGPU.cc.
References EcalCondObjectContainer< T >::barrelItems(), EcalCondObjectContainer< T >::endcapItems(), mps_fire::i, mean_x12_, mean_x1_, mean_x6_, hltrates_dqm_sourceclient-live_cfg::offset, rms_x12_, rms_x1_, and rms_x6_.
|
default |
EcalPedestalsGPU::Product const & EcalPedestalsGPU::getProduct | ( | cudaStream_t | cudaStream | ) | const |
Definition at line 37 of file EcalPedestalsGPU.cc.
References cms::cuda::copyAsync(), EcalPedestalsGPU::Product::mean_x1, EcalPedestalsGPU::Product::mean_x12, mean_x12_, mean_x1_, EcalPedestalsGPU::Product::mean_x6, mean_x6_, product_, EcalPedestalsGPU::Product::rms_x1, EcalPedestalsGPU::Product::rms_x12, rms_x12_, rms_x1_, EcalPedestalsGPU::Product::rms_x6, and rms_x6_.
|
inlinestatic |
Definition at line 36 of file EcalPedestalsGPU.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by config.CFG::__str__(), geometryComparison.GeometryComparison::createScript(), validation.Sample::digest(), primaryVertexResolution.PrimaryVertexResolution::getRepMap(), primaryVertexValidation.PrimaryVertexValidation::getRepMap(), zMuMuValidation.ZMuMuValidation::getRepMap(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
private |
Definition at line 41 of file EcalPedestalsGPU.h.
Referenced by EcalPedestalsGPU(), and getProduct().
|
private |
Definition at line 45 of file EcalPedestalsGPU.h.
Referenced by EcalPedestalsGPU(), and getProduct().
|
private |
Definition at line 43 of file EcalPedestalsGPU.h.
Referenced by EcalPedestalsGPU(), and getProduct().
|
private |
Definition at line 48 of file EcalPedestalsGPU.h.
Referenced by getProduct().
|
private |
Definition at line 42 of file EcalPedestalsGPU.h.
Referenced by EcalPedestalsGPU(), and getProduct().
|
private |
Definition at line 46 of file EcalPedestalsGPU.h.
Referenced by EcalPedestalsGPU(), and getProduct().
|
private |
Definition at line 44 of file EcalPedestalsGPU.h.
Referenced by EcalPedestalsGPU(), and getProduct().