CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
EcalPulseShapesGPU::Product Struct Reference

#include <EcalPulseShapesGPU.h>

Public Member Functions

 ~Product ()
 

Public Attributes

EcalPulseShapevalues = nullptr
 

Detailed Description

Definition at line 13 of file EcalPulseShapesGPU.h.

Constructor & Destructor Documentation

◆ ~Product()

EcalPulseShapesGPU::Product::~Product ( )

Definition at line 9 of file EcalPulseShapesGPU.cc.

References cudaCheck, and values.

9  {
10  // deallocation
11  cudaCheck(cudaFree(values));
12 }
#define cudaCheck(ARG,...)
Definition: cudaCheck.h:69

Member Data Documentation

◆ values

EcalPulseShape* EcalPulseShapesGPU::Product::values = nullptr