Main Page
Namespaces
Classes
Package Documentation
RecoEcal
EgammaClusterProducers
python
multi5x5PreshowerClusteringSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
#
5
#------------------
6
#Preshower clustering:
7
#------------------
8
from
RecoEcal.EgammaClusterProducers.multi5x5SuperClustersWithPreshower_cfi
import
*
9
# producer for endcap SuperClusters including preshower energy
10
from
RecoEcal.EgammaClusterProducers.correctedMulti5x5SuperClustersWithPreshower_cfi
import
*
11
# producer for preshower cluster shapes
12
from
RecoEcal.EgammaClusterProducers.multi5x5PreshowerClusterShape_cfi
import
*
13
# create sequence for preshower clustering
14
multi5x5PreshowerClusteringSequence = cms.Sequence(correctedMulti5x5SuperClustersWithPreshower*
15
multi5x5PreshowerClusterShape*
16
uncleanedOnlyMulti5x5SuperClustersWithPreshower*
17
uncleanedOnlyCorrectedMulti5x5SuperClustersWithPreshower)
18
multi5x5SuperClustersWithPreshower_cfi
multi5x5PreshowerClusterShape_cfi
correctedMulti5x5SuperClustersWithPreshower_cfi
Generated for CMSSW Reference Manual by
1.8.11