Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_HGCalReco_interface_HGCalSoARecHitsExtraHostCollection_h
0002 #define DataFormats_HGCalReco_interface_HGCalSoARecHitsExtraHostCollection_h
0003 
0004 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0005 #include "DataFormats/HGCalReco/interface/HGCalSoARecHitsExtra.h"
0006 
0007 // SoA with delta, rho, weight, nearestHigher, clusterIndex, layer, isSeed, and cellsCount fields in host memory
0008 using HGCalSoARecHitsExtraHostCollection = PortableHostCollection<HGCalSoARecHitsExtra>;
0009 
0010 #endif  // DataFormats_HGCalReco_interface_HGCalSoARecHitsExtraHostCollection_h