Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:52

0001 #ifndef STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H
0002 #define STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H
0003 
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 
0006 namespace edm::storage {
0007   class StorageMaker;
0008   typedef edmplugin::PluginFactory<StorageMaker *()> StorageMakerFactory;
0009 }  // namespace edm::storage
0010 #endif  // STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H