CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiIslandClusteringSequence_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
10 # Island SuperCluster producer
12 # Energy scale correction for Island SuperClusters
15 # create sequence for island clustering
16 islandClusteringSequence = cms.Sequence(islandBasicClusters*islandSuperClusters*correctedIslandBarrelSuperClusters*correctedIslandEndcapSuperClusters)
17