Main Page
Namespaces
Classes
Package Documentation
RecoEcal
EgammaClusterProducers
python
islandClusteringSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
#
5
#------------------
6
#Island clustering:
7
#------------------
8
# Island BasicCluster producer
9
from
RecoEcal.EgammaClusterProducers.islandBasicClusters_cfi
import
*
10
# Island SuperCluster producer
11
from
RecoEcal.EgammaClusterProducers.islandSuperClusters_cfi
import
*
12
# Energy scale correction for Island SuperClusters
13
from
RecoEcal.EgammaClusterProducers.correctedIslandBarrelSuperClusters_cfi
import
*
14
from
RecoEcal.EgammaClusterProducers.correctedIslandEndcapSuperClusters_cfi
import
*
15
# create sequence for island clustering
16
islandClusteringSequence = cms.Sequence(islandBasicClusters*islandSuperClusters*correctedIslandBarrelSuperClusters*correctedIslandEndcapSuperClusters)
17
islandSuperClusters_cfi
correctedIslandBarrelSuperClusters_cfi
correctedIslandEndcapSuperClusters_cfi
islandBasicClusters_cfi
Generated for CMSSW Reference Manual by
1.8.11