Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_HGCalDigi_interface_HGCalECONDPacketInfoHost_h
0002 #define DataFormats_HGCalDigi_interface_HGCalECONDPacketInfoHost_h
0003 
0004 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0005 #include "DataFormats/HGCalDigi/interface/HGCalECONDPacketInfoSoA.h"
0006 
0007 namespace hgcaldigi {
0008 
0009   // SoA with x, y, z, id fields in host memory
0010   using HGCalECONDPacketInfoHost = PortableHostCollection<HGCalECONDPacketInfoSoA>;
0011 
0012 }  // namespace hgcaldigi
0013 
0014 #endif