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 from ..tasks.pfClusteringPSTask_cfi import *
9 
10 particleFlowClusterTask = cms.Task(
11  particleFlowBadHcalPseudoCluster,
12  pfClusteringECALTask,
13  pfClusteringHBHEHFTask,
14  pfClusteringHGCalTask,
15  pfClusteringHOTask,
16  pfClusteringPSTask
17 )