CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fixedMatrixClusteringSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #------------------
4 #FixedMatrix clustering:
5 #------------------
6 # FixedMatrix BasicCluster producer
8 # FixedMatrix SuperCluster producer
10 # FixedMatrix SuperCluster with Preshower producer
12 # create sequence for fixedMatrix clustering
13 fixedMatrixClusteringSequence = cms.Sequence(fixedMatrixBasicClusters*fixedMatrixSuperClusters*fixedMatrixSuperClustersWithPreshower)
14