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
SimG4Core
SensitiveDetector
interface
SensitiveDetectorPluginFactory.h
Go to the documentation of this file.
1
#ifndef SimG4Core_SensitiveDetector_SensitiveDetectorPluginFactory_H
2
#define SimG4Core_SensitiveDetector_SensitiveDetectorPluginFactory_H
3
4
#include "
SimG4Core/SensitiveDetector/interface/SensitiveDetector.h
"
5
#include "
SimG4Core/SensitiveDetector/interface/SensitiveDetectorMakerBase.h
"
6
#include "
SimG4Core/SensitiveDetector/interface/SensitiveDetectorMaker.h
"
7
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
8
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
9
10
#include <string>
11
12
namespace
edm
{
13
class
ParameterSet
;
14
}
15
typedef
edmplugin::PluginFactory<SensitiveDetectorMakerBase *(edm::ParameterSet const &, edm::ConsumesCollector)>
16
SensitiveDetectorPluginFactory
;
17
18
#define DEFINE_SENSITIVEDETECTOR(type) \
19
DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, SensitiveDetectorMaker<type>, #type)
20
21
#define DEFINE_SENSITIVEDETECTORBUILDER(type, name) DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, type, #name)
22
23
#endif
ParameterSet
Definition:
Functions.h:16
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
PluginFactory.h
SensitiveDetector.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
SensitiveDetectorPluginFactory
edmplugin::PluginFactory< SensitiveDetectorMakerBase *(edm::ParameterSet const &, edm::ConsumesCollector)> SensitiveDetectorPluginFactory
Definition:
SensitiveDetectorPluginFactory.h:16
SensitiveDetectorMaker.h
ConsumesCollector.h
SensitiveDetectorMakerBase.h
Generated for CMSSW Reference Manual by
1.8.14