CMS 3D CMS Logo

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 multi5x5PreshowerClusteringTask = cms.Task(correctedMulti5x5SuperClustersWithPreshower,
15  multi5x5PreshowerClusterShape,
16  uncleanedOnlyMulti5x5SuperClustersWithPreshower,
17  uncleanedOnlyCorrectedMulti5x5SuperClustersWithPreshower)
18 
19 multi5x5PreshowerClusteringSequence = cms.Sequence(multi5x5PreshowerClusteringTask)