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 *
7 #from ..modules.particleFlowClusterHGCalFromMultiCl_cfi import *
9 
10 hgcalLocalRecoTask = cms.Task(
11  HGCalRecHit,
12  HGCalUncalibRecHit,
13  hgcalLayerClusters,
14  particleFlowClusterHGCal,
15 # particleFlowClusterHGCalFromMultiCl,
16  particleFlowRecHitHGC
17 )