CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fixedMatrixPreshowerClusteringSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 #
5 #------------------
6 #Preshower clustering:
7 #------------------
8 # producer for endcap SuperClusters including preshower energy
10 # producer for preshower cluster shapes
12 # create sequence for preshower clustering
13 fixedMatrixPreshowerClusteringSequence = cms.Sequence(correctedFixedMatrixSuperClustersWithPreshower*fixedMatrixPreshowerClusterShape)
14