Skip to content

Commit c35176a

Browse files
committed
actually commit changes
1 parent 3914bc8 commit c35176a

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)