CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/Utilities/StorageFactory/interface/StorageMakerFactory.h

Go to the documentation of this file.
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