CMS 3D CMS Logo

hgcalLocalRecoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hgcalLayerClusters_cfi import *
4 from ..modules.HGCalRecHit_cfi import *
5 from ..modules.HGCalUncalibRecHit_cfi import *
8 
9 hgcalLocalRecoTask = cms.Task(
10  HGCalRecHit,
11  HGCalUncalibRecHit,
12  hgcalLayerClusters,
13  particleFlowClusterHGCal,
14  particleFlowRecHitHGC
15 )