Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
FWCore
Framework
interface
maker
InputSourceFactory.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_InputSourceFactory_h
2
#define FWCore_Framework_InputSourceFactory_h
3
4
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
5
#include "
FWCore/Framework/interface/InputSource.h
"
6
7
#include <string>
8
#include <memory>
9
10
namespace
edm
{
11
12
typedef
InputSource
*(
ISFunc
)(
ParameterSet
const
&,
InputSourceDescription
const
&);
13
14
typedef
edmplugin::PluginFactory<ISFunc>
InputSourcePluginFactory
;
15
16
class
InputSourceFactory
{
17
public
:
18
~InputSourceFactory
();
19
20
static
InputSourceFactory
const
*
get
();
21
22
std::unique_ptr<InputSource>
makeInputSource
(
ParameterSet
const
&,
InputSourceDescription
const
&)
const
;
23
24
private
:
25
InputSourceFactory
();
26
static
InputSourceFactory
const
singleInstance_
;
27
};
28
29
}
// namespace edm
30
#endif
edm::ISFunc
InputSource *() ISFunc(ParameterSet const &, InputSourceDescription const &)
Definition:
InputSourceFactory.h:12
edm::InputSourceFactory
Definition:
InputSourceFactory.h:16
edm::InputSourceFactory::singleInstance_
static InputSourceFactory const singleInstance_
Definition:
InputSourceFactory.h:26
edm::InputSourceFactory::makeInputSource
std::unique_ptr< InputSource > makeInputSource(ParameterSet const &, InputSourceDescription const &) const
Definition:
InputSourceFactory.cc:26
InputSource.h
edm::InputSourceDescription
Definition:
InputSourceDescription.h:21
edm::InputSourceFactory::InputSourceFactory
InputSourceFactory()
Definition:
InputSourceFactory.cc:14
edm::InputSourcePluginFactory
edmplugin::PluginFactory< ISFunc > InputSourcePluginFactory
Definition:
InputSourceFactory.h:14
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
edm::InputSourceFactory::~InputSourceFactory
~InputSourceFactory()
Definition:
InputSourceFactory.cc:12
PluginFactory.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::InputSource
Definition:
InputSource.h:52
edm::ParameterSet
Definition:
ParameterSet.h:47
Generated for CMSSW Reference Manual by
1.8.14