Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoHI
HiEgammaAlgos
python
HiIslandClusteringSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# $Id: HiIslandClusteringSequence_cff.py,v 1.1 2010/10/26 10:29:41 yjlee Exp $
5
#
6
#------------------
7
#Island clustering:
8
#------------------
9
# Island BasicCluster producer
10
from
RecoEcal.EgammaClusterProducers.islandBasicClusters_cfi
import
*
11
# Island SuperCluster producer
12
from
RecoHI.HiEgammaAlgos.HiIslandSuperClusters_cfi
import
*
13
# Energy scale correction for Island SuperClusters
14
from
RecoHI.HiEgammaAlgos.HiCorrectedIslandBarrelSuperClusters_cfi
import
*
15
from
RecoHI.HiEgammaAlgos.HiCorrectedIslandEndcapSuperClusters_cfi
import
*
16
# create sequence for island clustering
17
islandClusteringSequence = cms.Sequence(islandBasicClusters*islandSuperClusters*correctedIslandBarrelSuperClusters*correctedIslandEndcapSuperClusters)
18
HiCorrectedIslandEndcapSuperClusters_cfi
Config
HiIslandSuperClusters_cfi
HiCorrectedIslandBarrelSuperClusters_cfi
islandBasicClusters_cfi
Generated for CMSSW Reference Manual by
1.8.5