CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cosmicClusteringSequence_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 #,
4 import FWCore.ParameterSet.Config as cms
5 
6 #------------------
7 # clustering:
8 #------------------
9 # BasicCluster producer
11 # SuperCluster producer
13 # SuperCluster with Preshower producer
14 #include "RecoEcal/EgammaClusterProducers/data/SuperClustersWithPreshower.cfi"
15 # create sequence for clustering
16 cosmicClusteringSequence = cms.Sequence(cosmicBasicClusters * cosmicSuperClusters)