CMS 3D CMS Logo

particleFlowClusterTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from ..tasks.pfClusteringECALTask_cfi import *
7 from ..tasks.pfClusteringHOTask_cfi import *
8 
9 particleFlowClusterTask = cms.Task(
10  particleFlowBadHcalPseudoCluster,
11  pfClusteringECALTask,
12  pfClusteringHBHEHFTask,
13  pfClusteringHGCalTask,
14  pfClusteringHOTask
15 )