Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:06:08

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.particleFlowClusterECALUncorrected_cfi import *
0004 from ..modules.particleFlowRecHitECAL_cfi import *
0005 from ..tasks.particleFlowClusterECALTask_cfi import *
0006 
0007 pfClusteringECALTask = cms.Task(
0008     particleFlowClusterECALTask,
0009     particleFlowClusterECALUncorrected,
0010     particleFlowRecHitECAL
0011 )