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.
2 
3 #
4 # $Id: ecalClusteringSequence_cff.py,v 1.5 2010/01/24 15:19:59 vlimant Exp $
5 # complete sequence of clustering in ecal barrel & endcap + preshower
6 # Shahram Rahatlou, University of Rome & INFN, 3 Aug 2006
7 #
8 # create sequence for island clustering
10 # hybrid clustering sequence
12 # clusters in preshower
14 # dynamic hybrid sequence
16 # multi5x5 clusters
18 # preshower sequence for multi5x5 clusters
20 #selected digis
22 # create path with all clustering algos
23 # NB: preshower MUST be run after island clustering in the endcap
24 ecalClusteringSequence = cms.Sequence(islandClusteringSequence*hybridClusteringSequence*preshowerClusteringSequence*dynamicHybridClusteringSequence*multi5x5ClusteringSequence*multi5x5PreshowerClusteringSequence * seldigis)
25