CMS 3D CMS Logo

RecoEcal_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Sequence for clustering in ecal barrel & endcap + preshower
4 # hybrid clustering sequence
6 # multi5x5 clusters
8 # preshower sequence for multi5x5 clusters
10 #reduced recHit collection producer
12 
13 #create the EcalNextToDeadChannel record on the fly
15 # create path with all clustering algos
16 # NB: preshower MUST be run after multi5x5 clustering in the endcap
17 
18 #particle flow super clustering sequence
20 
21 ecalClustersNoPFBox = cms.Sequence(hybridClusteringSequence*multi5x5ClusteringSequence*multi5x5PreshowerClusteringSequence)
22 ecalClusters = cms.Sequence(ecalClustersNoPFBox*particleFlowSuperClusteringSequence)