Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:52

0001 #ifndef RecoLocalCalo_HcalRecProducers_src_SimpleAlgoGPU_h
0002 #define RecoLocalCalo_HcalRecProducers_src_SimpleAlgoGPU_h
0003 
0004 #include "DeclsForKernels.h"
0005 
0006 namespace hcal {
0007   namespace reconstruction {
0008 
0009     void entryPoint(InputDataGPU const&,
0010                     OutputDataGPU&,
0011                     ConditionsProducts const&,
0012                     ScratchDataGPU&,
0013                     ConfigParameters const&,
0014                     cudaStream_t);
0015 
0016   }
0017 }  // namespace hcal
0018 
0019 #endif  // RecoLocalCalo_HcalRecProducers_src_SimpleAlgoGPU_h