Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:51

0001 #ifndef DataFormats_ParticleFlowReco_interface_CaloRecHitHostCollection_h
0002 #define DataFormats_ParticleFlowReco_interface_CaloRecHitHostCollection_h
0003 
0004 #include "DataFormats/ParticleFlowReco/interface/CaloRecHitSoA.h"
0005 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0006 
0007 namespace reco {
0008 
0009   using CaloRecHitHostCollection = PortableHostCollection<CaloRecHitSoA>;
0010 
0011 }  // namespace reco
0012 
0013 #endif  // DataFormats_ParticleFlowReco_interface_CaloRecHitHostCollection_h