Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-11-19 23:20:20

0001 #ifndef RecoTracker_LSTCore_interface_PixelQuintupletsHostCollection_h
0002 #define RecoTracker_LSTCore_interface_PixelQuintupletsHostCollection_h
0003 
0004 #include "RecoTracker/LSTCore/interface/PixelQuintupletsSoA.h"
0005 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0006 
0007 namespace lst {
0008   using PixelQuintupletsHostCollection = PortableHostCollection<PixelQuintupletsSoA>;
0009 }  // namespace lst
0010 #endif