Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:05

0001 #ifndef DataFormats_EcalRecHit_alpaka_EcalUncalibratedRecHitDeviceCollection_h
0002 #define DataFormats_EcalRecHit_alpaka_EcalUncalibratedRecHitDeviceCollection_h
0003 
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005 #include "DataFormats/EcalRecHit/interface/EcalUncalibratedRecHitSoA.h"
0006 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0007 
0008 namespace ALPAKA_ACCELERATOR_NAMESPACE {
0009 
0010   // EcalUncalibratedRecHitSoA in device global memory
0011   using EcalUncalibratedRecHitDeviceCollection = PortableCollection<EcalUncalibratedRecHitSoA>;
0012 
0013 }  // namespace ALPAKA_ACCELERATOR_NAMESPACE
0014 
0015 #endif