1 import FWCore.ParameterSet.Config
as cms
11 particleFlowSuperClusteringTask = cms.Task(particleFlowSuperClusterECAL)
12 particleFlowSuperClusteringSequence = cms.Sequence(particleFlowSuperClusteringTask)
14 particleFlowSuperClusterHGCal = particleFlowSuperClusterECAL.clone()
15 from Configuration.Eras.Modifier_phase2_hgcal_cff
import phase2_hgcal
16 phase2_hgcal.toModify(
17 particleFlowSuperClusterHGCal,
18 PFClusters =
'particleFlowClusterHGCal',
20 use_preshower =
False,
21 PFBasicClusterCollectionEndcap =
"",
22 PFSuperClusterCollectionEndcap =
"",
23 PFSuperClusterCollectionEndcapWithPreshower =
"",
24 thresh_PFClusterEndcap = 1.5e-1,
25 dropUnseedable =
True,
28 phase2_hgcal.toModify( particleFlowSuperClusterHGCal.regressionConfig,
29 regressionKeyEE =
"superclus_hgcal_mean_offline",
30 uncertaintyKeyEE =
"superclus_hgcal_sigma_offline",
32 hgcalRecHits =
"particleFlowRecHitHGC"
35 _phase2_hgcal_particleFlowSuperClusteringTask = particleFlowSuperClusteringTask.copy()
36 _phase2_hgcal_particleFlowSuperClusteringTask.add(particleFlowSuperClusterHGCal)
38 phase2_hgcal.toReplaceWith( particleFlowSuperClusteringTask, _phase2_hgcal_particleFlowSuperClusteringTask )