1 import FWCore.ParameterSet.Config
as cms
4 particleFlowSuperClusterOOTECAL = particleFlowSuperClusterECAL.clone(
5 PFClusters =
"particleFlowClusterOOTECAL",
6 ESAssociation =
"particleFlowClusterOOTECAL",
7 PFBasicClusterCollectionBarrel =
"particleFlowBasicClusterOOTECALBarrel",
8 PFSuperClusterCollectionBarrel =
"particleFlowSuperClusterOOTECALBarrel",
9 PFBasicClusterCollectionEndcap =
"particleFlowBasicClusterOOTECALEndcap",
10 PFSuperClusterCollectionEndcap =
"particleFlowSuperClusterOOTECALEndcap",
11 PFBasicClusterCollectionPreshower =
"particleFlowBasicClusterOOTECALPreshower",
12 PFSuperClusterCollectionEndcapWithPreshower =
"particleFlowSuperClusterOOTECALEndcapWithPreshower",
14 isOOTCollection =
True,
15 barrelRecHits =
"ecalRecHit:EcalRecHitsEB",
16 endcapRecHits =
"ecalRecHit:EcalRecHitsEE"
18 from Configuration.Eras.Modifier_run2_miniAOD_80XLegacy_cff
import run2_miniAOD_80XLegacy
20 run2_miniAOD_80XLegacy.toModify(
21 particleFlowSuperClusterOOTECAL,
22 barrelRecHits =
"reducedEcalRecHitsEB",
23 endcapRecHits =
"reducedEcalRecHitsEE"
25 run2_miniAOD_80XLegacy.toModify(
26 particleFlowSuperClusterOOTECAL.regressionConfig,
27 ecalRecHitsEB =
"reducedEcalRecHitsEB",
28 ecalRecHitsEE =
"reducedEcalRecHitsEE"