CMS 3D CMS Logo

multi5x5ClusteringSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #------------------
4 #Multi5x5 clustering:
5 #------------------
6 # Multi5x5 BasicCluster producer
8 # Multi5x5 SuperCluster producer
10 # Multi5x5 SuperCluster with Preshower producer
12 # create sequence for multi5x5 clustering
13 multi5x5ClusteringTask = cms.Task(multi5x5BasicClustersCleaned,
14  multi5x5SuperClustersCleaned,
15  multi5x5BasicClustersUncleaned,
16  multi5x5SuperClustersUncleaned,
17  #now unify clean and unclean
18  multi5x5SuperClusters,
19  multi5x5SuperClustersWithPreshower
20  )
21 multi5x5ClusteringSequence = cms.Sequence(multi5x5ClusteringTask)
multi5x5SuperClustersWithPreshower_cfi
multi5x5BasicClusters_cfi
multi5x5SuperClusters_cfi