1 import FWCore.ParameterSet.Config
as cms
6 from RecoLocalCalo.HGCalRecProducers.hgcalRecHitMapProducer_cfi
import hgcalRecHitMapProducer
13 from RecoLocalCalo.HGCalRecProducers.hgcalLayerClusters_cff
import hgcalLayerClusters, hgcalLayerClustersHFNose
15 hgcalLocalRecoTask = cms.Task( HGCalUncalibRecHit,
17 hgcalRecHitMapProducer,
20 particleFlowRecHitHGC,
21 particleFlowClusterHGCal )
23 _hfnose_hgcalLocalRecoTask = hgcalLocalRecoTask.copy()
24 _hfnose_hgcalLocalRecoTask.add(hgcalLayerClustersHFNose)
26 from Configuration.Eras.Modifier_phase2_hfnose_cff
import phase2_hfnose
27 phase2_hfnose.toReplaceWith(
28 hgcalLocalRecoTask, _hfnose_hgcalLocalRecoTask )
30 hgcalLocalRecoSequence = cms.Sequence(hgcalLocalRecoTask)