|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |