Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitMultiFitAlgoGPU_h
0002 #define RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitMultiFitAlgoGPU_h
0003 
0004 #include <vector>
0005 
0006 #include <cuda.h>
0007 
0008 #include "DeclsForKernels.h"
0009 
0010 namespace ecal {
0011   namespace multifit {
0012 
0013     void entryPoint(EventInputDataGPU const&,
0014                     EventOutputDataGPU&,
0015                     EventDataForScratchGPU&,
0016                     ConditionsProducts const&,
0017                     ConfigurationParameters const&,
0018                     cudaStream_t);
0019 
0020   }  // namespace multifit
0021 }  // namespace ecal
0022 
0023 #endif  // RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitMultiFitAlgoGPU_h