CMS 3D CMS Logo

EcalLaserAPDPNRatiosRefGPU.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_interface_EcalLaserAPDPNRatiosRefGPU_h
2 #define CondFormats_EcalObjects_interface_EcalLaserAPDPNRatiosRefGPU_h
3 
7 
8 #ifndef __CUDACC__
11 #endif // __CUDACC__
12 
14 public:
15  struct Product {
17  };
18 
19 #ifndef __CUDACC__
20  //
22 
23  // will call dealloation for Product thru ~Product
24  ~EcalLaserAPDPNRatiosRefGPU() = default;
25 
26  // get device pointers
27  Product const& getProduct(cudaStream_t) const;
28 
29  // TODO: do this centrally
30  // get offset for hashes. equals number of barrel items
31  uint32_t getOffset() const { return offset_; }
32  uint32_t offset_;
33 
34  //
35  static std::string name() { return std::string{"ecalLaserAPDPNRatiosRefGPU"}; }
36 
37 private:
38  std::vector<float, cms::cuda::HostAllocator<float>> values_;
39 
41 #endif // __CUDACC__
42 };
43 
44 #endif // CondFormats_EcalObjects_interface_EcalLaserAPDPNRatiosRefGPU_h
EcalLaserAPDPNRatiosRefGPU(EcalLaserAPDPNRatiosRef const &)
~EcalLaserAPDPNRatiosRefGPU()=default
cms::cuda::ESProduct< Product > product_
Product const & getProduct(cudaStream_t) const
std::vector< float, cms::cuda::HostAllocator< float > > values_
edm::propagate_const_array< cms::cuda::device::unique_ptr< float[]> > values