CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlignmentMonitorPluginFactory.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: CommonAlignmentMonitor
4 // Class : AlignmentMonitorPluginFactory
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Jim Pivarski
10 // Created: Mon Apr 23 15:30:20 CDT 2007
11 // $Id: AlignmentMonitorPluginFactory.cc,v 1.1 2007/04/23 22:19:14 pivarski Exp $
12 //
13 
14 // system include files
15 
16 // user include files
18 
20 
21 // //
22 // // constants, enums and typedefs
23 // //
24 //
25 // //
26 // // static data member definitions
27 // //
28 //
29 // AlignmentMonitorPluginFactory AlignmentMonitorPluginFactory::theInstance;
30 //
31 // //
32 // // constructors and destructor
33 // //
34 //
35 // //__________________________________________________________________________________________________
36 // AlignmentMonitorPluginFactory::AlignmentMonitorPluginFactory()
37 // : seal::PluginFactory<AlignmentMonitorBase* (const edm::ParameterSet&)>("AlignmentMonitorPluginFactory")
38 // { }
39 //
40 // //__________________________________________________________________________________________________
41 //
42 // AlignmentMonitorPluginFactory* AlignmentMonitorPluginFactory::get() {
43 // return &theInstance;
44 // }
45 //
46 // //__________________________________________________________________________________________________
47 //
48 // AlignmentMonitorBase*
49 // AlignmentMonitorPluginFactory::getMonitor(std::string name, const edm::ParameterSet& config) {
50 // return theInstance.create(name, config);
51 // }
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)
Definition: PluginFactory.h:90