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
islandClusteringTask = cms.Task(islandBasicClusters,
17
islandSuperClusters,
18
correctedIslandBarrelSuperClusters,
19
correctedIslandEndcapSuperClusters)
20
islandClusteringSequence = cms.Sequence(islandClusteringTask)
21
islandSuperClusters_cfi
islandBasicClusters_cfi
correctedIslandBarrelSuperClusters_cfi
correctedIslandEndcapSuperClusters_cfi
Generated for CMSSW Reference Manual by
1.8.16