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
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
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
RecoEcal
EgammaClusterProducers
python
fixedMatrixClusteringSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#------------------
4
#FixedMatrix clustering:
5
#------------------
6
# FixedMatrix BasicCluster producer
7
from
RecoEcal.EgammaClusterProducers.fixedMatrixBasicClusters_cfi
import
*
8
# FixedMatrix SuperCluster producer
9
from
RecoEcal.EgammaClusterProducers.fixedMatrixSuperClusters_cfi
import
*
10
# FixedMatrix SuperCluster with Preshower producer
11
from
RecoEcal.EgammaClusterProducers.fixedMatrixSuperClustersWithPreshower_cfi
import
*
12
# create sequence for fixedMatrix clustering
13
fixedMatrixClusteringTask = cms.Task(fixedMatrixBasicClusters,
14
fixedMatrixSuperClusters,
15
fixedMatrixSuperClustersWithPreshower)
16
fixedMatrixClusteringSequence = cms.Sequence(fixedMatrixClusteringTask)
17
fixedMatrixBasicClusters_cfi
fixedMatrixSuperClusters_cfi
fixedMatrixSuperClustersWithPreshower_cfi
Generated for CMSSW Reference Manual by
1.8.16