Skip to content

Commit 80d1847

Browse files
authored
Merge pull request #47144 from mmusich/mm_dev_clean_ph2_menu
Clean-up Phase-2 HLT menu of duplicates
2 parents 40e9036 + 4e94d95 commit 80d1847

File tree

61 files changed

+113
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+113
-246
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
hltAK4PFCHSJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
44
algorithm = cms.string('AK4PFchs'),
55
level = cms.string('L1FastJet'),
6-
srcRho = cms.InputTag("hltFixedGridRhoFastjetAllTmp")
6+
srcRho = cms.InputTag("hltFixedGridRhoFastjetAll")
77
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
hltAK4PFJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
44
algorithm = cms.string('AK4PF'),
55
level = cms.string('L1FastJet'),
6-
srcRho = cms.InputTag("hltFixedGridRhoFastjetAllTmp")
6+
srcRho = cms.InputTag("hltFixedGridRhoFastjetAll")
77
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
hltAK4PFPuppiJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
44
algorithm = cms.string('AK4PFPuppiHLT'),
55
level = cms.string('L1FastJet'),
6-
srcRho = cms.InputTag("hltFixedGridRhoFastjetAllTmp")
6+
srcRho = cms.InputTag("hltFixedGridRhoFastjetAll")
77
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
hltAK8PFCHSJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
44
algorithm = cms.string('AK8PFchs'),
55
level = cms.string('L1FastJet'),
6-
srcRho = cms.InputTag("hltFixedGridRhoFastjetAllTmp")
6+
srcRho = cms.InputTag("hltFixedGridRhoFastjetAll")
77
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
hltAK8PFJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
44
algorithm = cms.string('AK8PF'),
55
level = cms.string('L1FastJet'),
6-
srcRho = cms.InputTag("hltFixedGridRhoFastjetAllTmp")
6+
srcRho = cms.InputTag("hltFixedGridRhoFastjetAll")
77
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
hltAK8PFPuppiJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer",
44
algorithm = cms.string('AK8PFPuppi'),
55
level = cms.string('L1FastJet'),
6-
srcRho = cms.InputTag("hltFixedGridRhoFastjetAllTmp")
6+
srcRho = cms.InputTag("hltFixedGridRhoFastjetAll")
77
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
thrRegularEE1 = cms.vdouble(4.0),
2929
thrRegularEE2 = cms.vdouble(4.0),
3030
useEt = cms.bool(True),
31-
varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6L1Seeded")
31+
varTag = cms.InputTag("hltEgammaEleGsfTrackIsoL1Seeded")
3232
)

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

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
thrRegularEE1 = cms.vdouble(1.76),
2929
thrRegularEE2 = cms.vdouble(1.76),
3030
useEt = cms.bool(True),
31-
varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6L1Seeded")
31+
varTag = cms.InputTag("hltEgammaEleGsfTrackIsoL1Seeded")
3232
)

0 commit comments

Comments
 (0)