00001 import FWCore.ParameterSet.Config as cms 00002 00003 # Sequence for clustering in ecal barrel & endcap + preshower 00004 # create sequence for island clustering 00005 #include "RecoEcal/EgammaClusterProducers/data/islandClusteringSequence.cff" 00006 # hybrid clustering sequence 00007 from RecoEcal.EgammaClusterProducers.hybridClusteringSequence_cff import * 00008 # clusters in preshower 00009 #include "RecoEcal/EgammaClusterProducers/data/preshowerClusteringSequence.cff" 00010 # dynamic hybrid sequence 00011 #include "RecoEcal/EgammaClusterProducers/data/dynamicHybridClusteringSequence.cff" 00012 # fixed matrix clusters 00013 #include "RecoEcal/EgammaClusterProducers/data/fixedMatrixClusteringSequence.cff" 00014 # preshower sequence for fixed matrix clusters 00015 #include "RecoEcal/EgammaClusterProducers/data/fixedMatrixPreshowerClusteringSequence.cff" 00016 # cosmic bump finder 00017 from RecoEcal.EgammaClusterProducers.cosmicClusteringSequence_cff import * 00018 # create path with all clustering algos 00019 # NB: preshower MUST be run after island clustering in the endcap 00020 ecalClusters = cms.Sequence(hybridClusteringSequence*cosmicClusteringSequence) 00021