Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:21

0001 #ifndef RecoParticleFlow_PFClusterProducer_interface_PFClusterParamsHostCollection_h
0002 #define RecoParticleFlow_PFClusterProducer_interface_PFClusterParamsHostCollection_h
0003 
0004 #include "DataFormats/Portable/interface/PortableHostCollection.h"
0005 
0006 #include "RecoParticleFlow/PFClusterProducer/interface/PFClusterParamsSoA.h"
0007 
0008 namespace reco {
0009 
0010   using PFClusterParamsHostCollection = PortableHostCollection<PFClusterParamsSoA>;
0011 
0012 }
0013 
0014 #endif