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.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 #
5 #------------------
6 #Preshower clustering:
7 #------------------
9 # producer for endcap SuperClusters including preshower energy
11 # producer for preshower cluster shapes
13 # create sequence for preshower clustering
14 multi5x5PreshowerClusteringSequence = cms.Sequence(correctedMulti5x5SuperClustersWithPreshower*
15  multi5x5PreshowerClusterShape*
16  uncleanedOnlyMulti5x5SuperClustersWithPreshower*
17  uncleanedOnlyCorrectedMulti5x5SuperClustersWithPreshower)
18