CMS 3D CMS Logo

EcalUncalibRecHitMultiFitAlgoGPU.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitMultiFitAlgoGPU_h
2 #define RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitMultiFitAlgoGPU_h
3 
4 #include <vector>
5 
6 #include <cuda.h>
7 
8 #include "DeclsForKernels.h"
9 
10 namespace ecal {
11  namespace multifit {
12 
13  void entryPoint(EventInputDataGPU const&,
14  EventOutputDataGPU&,
15  EventDataForScratchGPU&,
16  ConditionsProducts const&,
17  ConfigurationParameters const&,
18  cudaStream_t);
19 
20  } // namespace multifit
21 } // namespace ecal
22 
23 #endif // RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitMultiFitAlgoGPU_h
void entryPoint(EventInputDataGPU const &, EventOutputDataGPU &, EventDataForScratchGPU &, ConditionsProducts const &, ConfigurationParameters const &, cudaStream_t)