1 import FWCore.ParameterSet.Config
as cms
9 ecalDrivenElectronSeeds = cms.EDProducer(
"ElectronSeedProducer",
10 barrelSuperClusters = cms.InputTag(
"particleFlowSuperClusterECAL:particleFlowSuperClusterECALBarrel"),
11 endcapSuperClusters = cms.InputTag(
"particleFlowSuperClusterECAL:particleFlowSuperClusterECALEndcapWithPreshower"),
14 SeedConfiguration = cms.PSet(
15 ecalDrivenElectronSeedsParameters,
34 from Configuration.Eras.Modifier_phase2_hgcal_cff
import phase2_hgcal
35 phase2_hgcal.toModify(
36 ecalDrivenElectronSeeds,
37 endcapSuperClusters = cms.InputTag(
'particleFlowSuperClusterHGCal')
39 phase2_hgcal.toModify(
40 ecalDrivenElectronSeeds.SeedConfiguration,
41 allowHGCal = cms.bool(
True)