Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsAlgoGPU_h
0002 #define RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsAlgoGPU_h
0003 
0004 #include "CUDADataFormats/EcalDigi/interface/DigisCollection.h"
0005 
0006 #include "DeclsForKernelsPhase2.h"
0007 
0008 namespace ecal {
0009   namespace weights {
0010 
0011     void phase2Weights(ecal::DigisCollection<calo::common::DevStoragePolicy> const&,
0012                        EventOutputDataGPU&,
0013                        cms::cuda::device::unique_ptr<double[]>&,
0014                        cudaStream_t);
0015 
0016   }  // namespace weights
0017 }  // namespace ecal
0018 
0019 #endif  // RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsAlgoGPU_h