Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-05-19 07:20:22

0001 #ifndef Utilities_StorageFactory_StorageProxyMakerFactory_h
0002 #define Utilities_StorageFactory_StorageProxyMakerFactory_h
0003 
0004 #include "FWCore/ParameterSet/interface/ParameterSetfwd.h"
0005 #include "FWCore/PluginManager/interface/PluginFactory.h"
0006 
0007 #include <memory>
0008 
0009 namespace edm::storage {
0010   class StorageProxyMaker;
0011   using StorageProxyMakerFactory = edmplugin::PluginFactory<StorageProxyMaker*(edm::ParameterSet const&)>;
0012 };  // namespace edm::storage
0013 
0014 #endif