Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-07-03 04:17:35

0001 #ifndef CondFormats_HcalObjects_interface_alpaka_HcalRecoParamWithPulseShapeDevice_h
0002 #define CondFormats_HcalObjects_interface_alpaka_HcalRecoParamWithPulseShapeDevice_h
0003 
0004 #include "CondFormats/HcalObjects/interface/HcalRecoParamWithPulseShapeT.h"
0005 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0006 
0007 namespace ALPAKA_ACCELERATOR_NAMESPACE {
0008   namespace hcal {
0009     using HcalRecoParamWithPulseShapeDevice = ::hcal::HcalRecoParamWithPulseShapeT<Device>;
0010   }
0011 }  // namespace ALPAKA_ACCELERATOR_NAMESPACE
0012 
0013 #endif