CMS 3D CMS Logo

CoralServiceFactory.h
Go to the documentation of this file.
1 #ifndef CondCore_CondDB_CoralServiceFactory_h
2 #define CondCore_CondDB_CoralServiceFactory_h
5 #include <string>
6 //
7 // Package: CondCore/CondDB
8 // Class : CoralServiceFactory
9 //
16 //
17 // Original Author: Zhen Xie
18 // Created: Wed Nov 12 10:57:47 CET 2008
19 // $Id $
20 //
21 namespace coral{
22  class Service;
23 }
24 namespace cond{
26 
28  public:
30  static CoralServiceFactory* get();
31  coral::Service* create( const std::string& componentname) const;
32  private:
34  };
35 }
36 #endif
def create(alignables, pedeDump, additionalData, outputFile, config)
edmplugin::PluginFactory< cond::CoralServiceWrapperBase *() > CoralServicePluginFactory
Definition: Binary.h:9
Definition: plugin.cc:24