CMS 3D CMS Logo

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 fixedMatrixPreshowerClusteringTask = cms.Task(correctedFixedMatrixSuperClustersWithPreshower,fixedMatrixPreshowerClusterShape)
14 fixedMatrixPreshowerClusteringSequence = cms.Sequence(fixedMatrixPreshowerClusteringTask)
15