1 import FWCore.ParameterSet.Config
as cms
11 from RecoLocalCalo.HGCalRecProducers.hgcalLayerClusters_cff
import hgcalLayerClusters, hgcalLayerClustersHFNose
13 hgcalLocalRecoTask = cms.Task( HGCalUncalibRecHit,
17 particleFlowRecHitHGC,
18 particleFlowClusterHGCal,
19 particleFlowClusterHGCalFromMultiCl )
21 _hfnose_hgcalLocalRecoTask = hgcalLocalRecoTask.copy()
22 _hfnose_hgcalLocalRecoTask.add(hgcalLayerClustersHFNose)
24 from Configuration.Eras.Modifier_phase2_hfnose_cff
import phase2_hfnose
25 phase2_hfnose.toReplaceWith(
26 hgcalLocalRecoTask, _hfnose_hgcalLocalRecoTask )
28 hgcalLocalRecoSequence = cms.Sequence(hgcalLocalRecoTask)