1 import FWCore.ParameterSet.Config
as cms
11 particleFlowSuperClusteringSequence = cms.Sequence(particleFlowSuperClusterECAL)
13 particleFlowSuperClusterHGCal = particleFlowSuperClusterECAL.clone()
14 _phase2_hgcal_particleFlowSuperClusteringSequence = particleFlowSuperClusteringSequence.copy()
15 _phase2_hgcal_particleFlowSuperClusteringSequence += particleFlowSuperClusterHGCal
16 from Configuration.Eras.Modifier_phase2_hgcal_cff
import phase2_hgcal
17 phase2_hgcal.toModify(
18 particleFlowSuperClusterHGCal,
19 PFClusters = cms.InputTag(
'particleFlowClusterHGCal'),
20 useRegression = cms.bool(
False),
21 use_preshower = cms.bool(
False),
22 PFBasicClusterCollectionEndcap = cms.string(
""),
23 PFSuperClusterCollectionEndcap = cms.string(
""),
24 PFSuperClusterCollectionEndcapWithPreshower = cms.string(
""),
25 thresh_PFClusterEndcap = cms.double(1.5e-1)
27 phase2_hgcal.toReplaceWith( particleFlowSuperClusteringSequence, _phase2_hgcal_particleFlowSuperClusteringSequence )