CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoEcalCosmics_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 # create sequence for island clustering
5 #include "RecoEcal/EgammaClusterProducers/data/islandClusteringSequence.cff"
6 # hybrid clustering sequence
8 # clusters in preshower
9 #include "RecoEcal/EgammaClusterProducers/data/preshowerClusteringSequence.cff"
10 # dynamic hybrid sequence
11 #include "RecoEcal/EgammaClusterProducers/data/dynamicHybridClusteringSequence.cff"
12 # fixed matrix clusters
13 #include "RecoEcal/EgammaClusterProducers/data/fixedMatrixClusteringSequence.cff"
14 # preshower sequence for fixed matrix clusters
15 #include "RecoEcal/EgammaClusterProducers/data/fixedMatrixPreshowerClusteringSequence.cff"
16 # cosmic bump finder
18 # create path with all clustering algos
19 # NB: preshower MUST be run after island clustering in the endcap
20 ecalClusters = cms.Sequence(hybridClusteringSequence*cosmicClusteringSequence)
21