CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
multi5x5PreshowerClusteringSequence_cff.py
Go to the documentation of this file.
2 
3 #
4 # $Id: multi5x5PreshowerClusteringSequence_cff.py,v 1.2 2011/05/24 14:33:48 argiro Exp $
5 #
6 #------------------
7 #Preshower clustering:
8 #------------------
10 # producer for endcap SuperClusters including preshower energy
12 # producer for preshower cluster shapes
14 # create sequence for preshower clustering
15 multi5x5PreshowerClusteringSequence = cms.Sequence(correctedMulti5x5SuperClustersWithPreshower*
16  multi5x5PreshowerClusterShape*
17  uncleanedOnlyMulti5x5SuperClustersWithPreshower*
18  uncleanedOnlyCorrectedMulti5x5SuperClustersWithPreshower)
19