Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:21

0001 #ifndef RecoParticleFlow_PFRecHitProducer_interface_alpaka_PFClusteringEdgeVarsDevice_h
0002 #define RecoParticleFlow_PFRecHitProducer_interface_alpaka_PFClusteringEdgeVarsDevice_h
0003 
0004 #include "DataFormats/Portable/interface/alpaka/PortableCollection.h"
0005 #include "HeterogeneousCore/AlpakaInterface/interface/config.h"
0006 
0007 #include "RecoParticleFlow/PFClusterProducer/interface/PFClusteringEdgeVarsSoA.h"
0008 
0009 namespace ALPAKA_ACCELERATOR_NAMESPACE::reco {
0010 
0011   using PFClusteringEdgeVarsDeviceCollection = PortableCollection<::reco::PFClusteringEdgeVarsSoA>;
0012   // needs nRH + maxNeighbors allocation
0013 
0014 }  // namespace ALPAKA_ACCELERATOR_NAMESPACE::reco
0015 
0016 #endif