CMS 3D CMS Logo

HGCalLayerClustersAlgoWrapper.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HGCalRecProducers_plugins_alpaka_HGCalLayerClustersAlgoWrapper_h
2 #define RecoLocalCalo_HGCalRecProducers_plugins_alpaka_HGCalLayerClustersAlgoWrapper_h
3 
7 
9 
11  public:
12  void run(Queue& queue,
13  const unsigned int size,
14  const float dc,
15  const float kappa,
16  const float outlierDeltaFactor,
17  const HGCalSoARecHitsDeviceCollection::ConstView inputs,
19  };
20 } // namespace ALPAKA_ACCELERATOR_NAMESPACE
21 
22 #endif // RecoLocalCalo_HGCalRecProducers_plugins_alpaka_HGCalLayerClustersAlgoWrapper_h
void run(Queue &queue, const unsigned int size, const float dc, const float kappa, const float outlierDeltaFactor, const HGCalSoARecHitsDeviceCollection::ConstView inputs, HGCalSoARecHitsExtraDeviceCollection::View outputs) const