Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoEcal
EgammaClusterProducers
python
islandClusteringSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# $Id: islandClusteringSequence_cff.py,v 1.2 2008/04/21 03:24:10 rpw Exp $
5
#
6
#------------------
7
#Island clustering:
8
#------------------
9
# Island BasicCluster producer
10
from
RecoEcal.EgammaClusterProducers.islandBasicClusters_cfi
import
*
11
# Island SuperCluster producer
12
from
RecoEcal.EgammaClusterProducers.islandSuperClusters_cfi
import
*
13
# Energy scale correction for Island SuperClusters
14
from
RecoEcal.EgammaClusterProducers.correctedIslandBarrelSuperClusters_cfi
import
*
15
from
RecoEcal.EgammaClusterProducers.correctedIslandEndcapSuperClusters_cfi
import
*
16
# create sequence for island clustering
17
islandClusteringSequence = cms.Sequence(islandBasicClusters*islandSuperClusters*correctedIslandBarrelSuperClusters*correctedIslandEndcapSuperClusters)
18
Config
islandSuperClusters_cfi
correctedIslandBarrelSuperClusters_cfi
correctedIslandEndcapSuperClusters_cfi
islandBasicClusters_cfi
Generated for CMSSW Reference Manual by
1.8.5