Skip to content

Commit 195c3b8

Browse files
authored
Merge pull request #45973 from RSalvatico/fixEBEE
Fix mismatch between EB and EE recHits in Phase2 supercluster producer configs
2 parents 865504b + c35176a commit 195c3b8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
PFSuperClusterCollectionEndcap = cms.string('particleFlowSuperClusterECALEndcap'),
1414
PFSuperClusterCollectionEndcapWithPreshower = cms.string('particleFlowSuperClusterECALEndcapWithPreshower'),
1515
applyCrackCorrections = cms.bool(False),
16-
barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
16+
barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
1717
doSatelliteClusterMerge = cms.bool(False),
1818
dropUnseedable = cms.bool(False),
19-
endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
19+
endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
2020
etawidth_SuperClusterBarrel = cms.double(0.04),
2121
etawidth_SuperClusterEndcap = cms.double(0.04),
2222
isOOTCollection = cms.bool(False),

HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
PFSuperClusterCollectionEndcap = cms.string('particleFlowSuperClusterECALEndcap'),
1414
PFSuperClusterCollectionEndcapWithPreshower = cms.string('particleFlowSuperClusterECALEndcapWithPreshower'),
1515
applyCrackCorrections = cms.bool(False),
16-
barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
16+
barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
1717
doSatelliteClusterMerge = cms.bool(False),
1818
dropUnseedable = cms.bool(False),
19-
endcapRecHits = cms.InputTag("hltEalRecHit","EcalRecHitsEB"),
19+
endcapRecHits = cms.InputTag("hltEalRecHit","EcalRecHitsEE"),
2020
etawidth_SuperClusterBarrel = cms.double(0.04),
2121
etawidth_SuperClusterEndcap = cms.double(0.04),
2222
isOOTCollection = cms.bool(False),

HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
PFSuperClusterCollectionEndcap = cms.string(''),
1414
PFSuperClusterCollectionEndcapWithPreshower = cms.string(''),
1515
applyCrackCorrections = cms.bool(False),
16-
barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
16+
barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
1717
doSatelliteClusterMerge = cms.bool(False),
1818
dropUnseedable = cms.bool(True),
19-
endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
19+
endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
2020
etawidth_SuperClusterBarrel = cms.double(0.04),
2121
etawidth_SuperClusterEndcap = cms.double(0.04),
2222
isOOTCollection = cms.bool(False),

0 commit comments

Comments
 (0)