00001 #ifndef STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H 00002 # define STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H 00003 00004 # include "FWCore/PluginManager/interface/PluginFactory.h" 00005 00006 class StorageMaker; 00007 typedef edmplugin::PluginFactory<StorageMaker *(void)> StorageMakerFactory; 00008 00009 #endif // STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H