CMS 3D CMS Logo

AlignmentMonitorPluginFactory.h
Go to the documentation of this file.
1 #ifndef CommonAlignmentMonitor_AlignmentMonitorPluginFactory_h
2 #define CommonAlignmentMonitor_AlignmentMonitorPluginFactory_h
3 // -*- C++ -*-
4 //
5 // Package: CommonAlignmentMonitor
6 // Class : AlignmentMonitorPluginFactory
7 //
16 //
17 // Original Author: Jim Pivarski
18 // Created: Mon Apr 23 15:29:01 CDT 2007
19 // $Id$
20 //
21 
24 
25 // Forward declaration
26 namespace edm { class ParameterSet; }
27 
29 
30 // // Forward declaration
31 // namespace edm { class ParameterSet; }
32 //
33 // class AlignmentMonitorPluginFactory :
34 // public seal::PluginFactory<AlignmentMonitorBase* (const edm::ParameterSet&) >
35 // {
36 //
37 // public:
38 // /// Constructor
39 // AlignmentMonitorPluginFactory();
40 //
41 // /// Return the plugin factory (unique instance)
42 // static AlignmentMonitorPluginFactory* get (void);
43 //
44 // /// Directly return the algorithm with given name and configuration
45 // static AlignmentMonitorBase* getMonitor( std::string name,
46 // const edm::ParameterSet& config );
47 //
48 // private:
49 // static AlignmentMonitorPluginFactory theInstance;
50 //
51 // };
52 
53 #endif
54 
HLT enums.
edmplugin::PluginFactory< AlignmentMonitorBase *(const edm::ParameterSet &) > AlignmentMonitorPluginFactory