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
RecoParticleFlow
PFClusterProducer
plugins
RecHitCreators.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/MakerMacros.h
"
2
3
#include "
RecoParticleFlow/PFClusterProducer/interface/PFRecHitCreatorBase.h
"
4
#include "
RecoParticleFlow/PFClusterProducer/interface/PFEcalBarrelRecHitCreator.h
"
5
#include "
RecoParticleFlow/PFClusterProducer/interface/PFEcalEndcapRecHitCreator.h
"
6
#include "
RecoParticleFlow/PFClusterProducer/interface/PFHcalRecHitCreator.h
"
7
#include "
RecoParticleFlow/PFClusterProducer/interface/PFHBHERecHitCreator.h
"
8
#include "
RecoParticleFlow/PFClusterProducer/interface/PFHFRecHitCreator.h
"
9
#include "
RecoParticleFlow/PFClusterProducer/interface/PFPSRecHitCreator.h
"
10
#include "
RecoParticleFlow/PFClusterProducer/interface/PFHGCalRecHitCreator.h
"
11
12
EDM_REGISTER_PLUGINFACTORY
(
PFRecHitFactory
,
"PFRecHitFactory"
);
13
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFEcalEndcapRecHitCreator
,
"PFEERecHitCreator"
);
14
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFEcalBarrelRecHitCreator
,
"PFEBRecHitCreator"
);
15
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHERecHitCreator
,
"PFHERecHitCreator"
);
16
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHBRecHitCreator
,
"PFHBRecHitCreator"
);
17
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHBHERecHitCreator
,
"PFHBHERecHitCreator"
);
18
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHORecHitCreator
,
"PFHORecHitCreator"
);
19
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHFRecHitCreator
,
"PFHFRecHitCreator"
);
20
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFPSRecHitCreator
,
"PFPSRecHitCreator"
);
21
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHGCEERecHitCreator
,
"PFHGCEERecHitCreator"
);
22
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHGCHEFRecHitCreator
,
"PFHGCHEFRecHitCreator"
);
23
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHGCHEBRecHitCreator
,
"PFHGCHEBRecHitCreator"
);
24
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHGCalEERecHitCreator
,
"PFHGCalEERecHitCreator"
);
25
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHGCalHSiRecHitCreator
,
"PFHGCalHSiRecHitCreator"
);
26
DEFINE_EDM_PLUGIN
(
PFRecHitFactory
,
PFHGCalHScRecHitCreator
,
"PFHGCalHScRecHitCreator"
);
PFEcalEndcapRecHitCreator.h
PFHFRecHitCreator
Definition:
PFHFRecHitCreator.h:21
PFHcalRecHitCreator.h
PFPSRecHitCreator.h
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
PFEcalEndcapRecHitCreator
Definition:
PFEcalEndcapRecHitCreator.h:30
PFHGCalRecHitCreator
Definition:
PFHGCalRecHitCreator.h:26
PFHBHERecHitCreator
Definition:
PFHBHERecHitCreator.h:19
PFEcalBarrelRecHitCreator
Definition:
PFEcalBarrelRecHitCreator.h:28
PFHFRecHitCreator.h
EDM_REGISTER_PLUGINFACTORY
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)
Definition:
PluginFactory.h:88
PFRecHitCreatorBase.h
PFHGCalRecHitCreator.h
PFHcalRecHitCreator
Definition:
PFHcalRecHitCreator.h:22
PFPSRecHitCreator
Definition:
PFPSRecHitCreator.h:26
DEFINE_EDM_PLUGIN
#define DEFINE_EDM_PLUGIN(factory, type, name)
Definition:
PluginFactory.h:123
PFEcalBarrelRecHitCreator.h
MakerMacros.h
PFHBHERecHitCreator.h
Generated for CMSSW Reference Manual by
1.8.14