CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
particleFlowSuperClusteringSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #------------------
4 #Hybrid clustering:
5 #------------------
6 # Producer for Box Particle Flow Super Clusters
8 # Producer for energy corrections
9 #from RecoEcal.EgammaClusterProducers.correctedDynamicHybridSuperClusters_cfi import *
10 # PFECAL super clusters, either hybrid-clustering clone (Box) or mustache.
11 particleFlowSuperClusteringSequence = cms.Sequence(particleFlowSuperClusterECAL)
12