CMS 3D CMS Logo

EcalRechitADCToGeVConstantGPU.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_interface_EcalRechitADCToGeVConstantGPU_h
2 #define CondFormats_EcalObjects_interface_EcalRechitADCToGeVConstantGPU_h
3 
7 
8 #ifndef __CUDACC__
11 #endif // __CUDACC__
12 
14 public:
15  struct Product {
17  };
18 
19 #ifndef __CUDACC__
20 
21  //
23 
24  // will call dealloation for Product thru ~Product
26 
27  // get device pointers
28  Product const& getProduct(cudaStream_t) const;
29 
30  //
31  static std::string name() { return std::string{"ecalRechitADCToGeVConstantGPU"}; }
32 
33 private:
34  // in the future, we need to arrange so to avoid this copy on the host
35  // store eb first then ee
36  std::vector<float, cms::cuda::HostAllocator<float>> adc2gev_;
37 
39 
40 #endif // __CUDACC__
41 };
42 
43 #endif // CondFormats_EcalObjects_interface_EcalRechitADCToGeVConstantGPU_h
edm::propagate_const_array< cms::cuda::device::unique_ptr< float[]> > adc2gev
cms::cuda::ESProduct< Product > product_
Product const & getProduct(cudaStream_t) const
std::vector< float, cms::cuda::HostAllocator< float > > adc2gev_
EcalRechitADCToGeVConstantGPU(EcalADCToGeVConstant const &)