Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-04 00:29:30

0001 #ifndef DataFormats_EcalRecHit_EcalRecHitHostCollection_h
0002 #define DataFormats_EcalRecHit_EcalRecHitHostCollection_h
0003 
0004 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0005 #include "DataFormats/EcalRecHit/interface/EcalRecHitSoA.h"
0006 
0007 // EcalRecHitSoA in host memory
0008 using EcalRecHitHostCollection = PortableHostCollection<EcalRecHitSoA>;
0009 
0010 #endif