CMS 3D CMS Logo

hgcalLocalRecoTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 from ..modules.HGCalRecHit_cfi import *
8 from ..modules.HGCalUncalibRecHit_cfi import *
11 
12 hgcalLocalRecoTask = cms.Task(
13  HGCalRecHit,
14  HGCalUncalibRecHit,
15  hgcalLayerClustersEE,
16  hgcalLayerClustersHSi,
17  hgcalLayerClustersHSci,
18  hgcalMergeLayerClusters,
19  particleFlowClusterHGCal,
20  particleFlowRecHitHGC
21 )