Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsKernels_h
0002 #define RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsKernels_h
0003 
0004 #include "DeclsForKernelsPhase2.h"
0005 
0006 namespace ecal {
0007   namespace weights {
0008 
0009     __global__ void Phase2WeightsKernel(uint16_t const* digis_in_eb,
0010                                         uint32_t const* dids_eb,
0011                                         ::ecal::reco::StorageScalarType* amplitudeEB,
0012                                         ::ecal::reco::StorageScalarType* amplitudeErrorEB,
0013                                         uint32_t* dids_outEB,
0014                                         int const nchannels,
0015                                         double const* weights_d,
0016                                         uint32_t* flagsEB);
0017   }  //namespace weights
0018 }  //namespace ecal
0019 
0020 #endif