CMS 3D CMS Logo

particleFlowSuperClusterOOTECAL_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
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",
13 
14  isOOTCollection = True,
15  barrelRecHits = "ecalRecHit:EcalRecHitsEB",
16  endcapRecHits = "ecalRecHit:EcalRecHitsEE"
17 )
18 from Configuration.Eras.Modifier_run2_miniAOD_80XLegacy_cff import run2_miniAOD_80XLegacy
19 
20 run2_miniAOD_80XLegacy.toModify(
21  particleFlowSuperClusterOOTECAL,
22  barrelRecHits = "reducedEcalRecHitsEB",
23  endcapRecHits = "reducedEcalRecHitsEE"
24 )
25 run2_miniAOD_80XLegacy.toModify(
26  particleFlowSuperClusterOOTECAL.regressionConfig,
27  ecalRecHitsEB = "reducedEcalRecHitsEB",
28  ecalRecHitsEE = "reducedEcalRecHitsEE"
29 )
30 
particleFlowSuperClusterECAL_cfi