File indexing completed on 2023-03-17 11:18:44
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 }
0021 }
0022
0023 #endif