CMS 3D CMS Logo

SimpleAlgoGPU.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HcalRecProducers_src_SimpleAlgoGPU_h
2 #define RecoLocalCalo_HcalRecProducers_src_SimpleAlgoGPU_h
3 
4 #include "DeclsForKernels.h"
5 
6 namespace hcal {
7  namespace reconstruction {
8 
9  void entryPoint(InputDataGPU const&,
10  OutputDataGPU&,
11  ConditionsProducts const&,
12  ScratchDataGPU&,
13  ConfigParameters const&,
14  cudaStream_t);
15 
16  }
17 } // namespace hcal
18 
19 #endif // RecoLocalCalo_HcalRecProducers_src_SimpleAlgoGPU_h
void entryPoint(InputDataGPU const &, OutputDataGPU &, ConditionsProducts const &, ScratchDataGPU &, ConfigParameters const &, cudaStream_t)