Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-18 03:41:49

0001 #ifndef CondFormats_HGCalObjects_interface_alpaka_HGCalCalibrationParameterDevice_h
0002 #define CondFormats_HGCalObjects_interface_alpaka_HGCalCalibrationParameterDevice_h
0003 
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0006 #include "HeterogeneousCore/AlpakaInterface/interface/memory.h"
0007 #include "CondFormats/HGCalObjects/interface/HGCalCalibParamSoA.h"
0008 #include "CondFormats/HGCalObjects/interface/HGCalConfigParamSoA.h"
0009 #include "CondFormats/HGCalObjects/interface/HGCalCalibrationParameterHost.h"
0010 
0011 namespace ALPAKA_ACCELERATOR_NAMESPACE {
0012 
0013   namespace hgcalrechit {
0014 
0015     using namespace ::hgcalrechit;
0016     using HGCalCalibParamDevice = PortableCollection<HGCalCalibParamSoA>;
0017     using HGCalConfigParamDevice = PortableCollection<HGCalConfigParamSoA>;
0018 
0019   }  // namespace hgcalrechit
0020 
0021 }  // namespace ALPAKA_ACCELERATOR_NAMESPACE
0022 
0023 #endif  // CondFormats_HGCalObjects_interface_alpaka_HGCalCalibrationParameterDevice_h