Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-05-09 22:40:18

0001 #ifndef RecoTracker_LSTCore_interface_HitsHostCollection_h
0002 #define RecoTracker_LSTCore_interface_HitsHostCollection_h
0003 
0004 #include "RecoTracker/LSTCore/interface/HitsSoA.h"
0005 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0006 
0007 namespace lst {
0008   using HitsHostCollection = PortableHostMultiCollection<HitsExtendedSoA, HitsRangesSoA>;
0009 }  // namespace lst
0010 #endif