Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:42

0001 #ifndef EventFilter_HcalRawToDigi_interface_DecodeGPU_h
0002 #define EventFilter_HcalRawToDigi_interface_DecodeGPU_h
0003 
0004 #include "DeclsForKernels.h"
0005 
0006 namespace hcal {
0007   namespace raw {
0008 
0009     void entryPoint(InputDataCPU const&,
0010                     InputDataGPU&,
0011                     OutputDataGPU&,
0012                     ScratchDataGPU&,
0013                     OutputDataCPU&,
0014                     ConditionsProducts const&,
0015                     ConfigurationParameters const&,
0016                     cudaStream_t cudaStream,
0017                     uint32_t const,
0018                     uint32_t const);
0019 
0020   }
0021 }  // namespace hcal
0022 
0023 #endif  // EventFilter_HcalRawToDigi_interface_DecodeGPU_h