CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalClusteringSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # complete sequence of clustering in ecal barrel & endcap + preshower
5 # Shahram Rahatlou, University of Rome & INFN, 3 Aug 2006
6 #
7 # create sequence for island clustering
9 # hybrid clustering sequence
11 # clusters in preshower
13 # dynamic hybrid sequence
15 # multi5x5 clusters
17 # preshower sequence for multi5x5 clusters
19 #selected digis
21 # create path with all clustering algos
22 # NB: preshower MUST be run after island clustering in the endcap
23 ecalClusteringSequence = cms.Sequence(islandClusteringSequence*hybridClusteringSequence*preshowerClusteringSequence*dynamicHybridClusteringSequence*multi5x5ClusteringSequence*multi5x5PreshowerClusteringSequence * seldigis)
24