Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_HGCalReco_interface_HGCalSoARecHitsHostCollection_h
0002 #define DataFormats_HGCalReco_interface_HGCalSoARecHitsHostCollection_h
0003 
0004 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0005 #include "DataFormats/HGCalReco/interface/HGCalSoARecHits.h"
0006 
0007 // SoA with x, y, z, id fields in host memory
0008 using HGCalSoARecHitsHostCollection = PortableHostCollection<HGCalSoARecHits>;
0009 
0010 #endif  // DataFormats_HGCalReco_interface_HGCalSoARecHitsHostCollection_h