Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Alignment
CommonAlignmentMonitor
src
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
17
#include "
Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h
"
18
19
EDM_REGISTER_PLUGINFACTORY
(
AlignmentMonitorPluginFactory
,
"AlignmentMonitorPluginFactory"
);
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
// }
AlignmentMonitorPluginFactory.h
AlignmentMonitorPluginFactory
EDM_REGISTER_PLUGINFACTORY
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)
Definition:
PluginFactory.h:90
Generated for CMSSW Reference Manual by
1.8.5