Skip to content

Commit 76df6b8

Browse files
author
wonjun
committed
Adapt PF Settings in Phase2 MuonHLT
1 parent 21ff8f0 commit 76df6b8

8 files changed

+12
-224
lines changed

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

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

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

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
pfClusterProducer = cms.InputTag("hltParticleFlowClusterECALUnseeded"),
1515
recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"),
1616
rhoMax = cms.double(99999999.0),
17-
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"),
17+
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
1818
rhoScale = cms.double(1.0)
1919
)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
energyEndcap = cms.double(0.0),
1212
etaStripBarrel = cms.double(0.0),
1313
etaStripEndcap = cms.double(0.0),
14-
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCALForMuons"),
14+
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCAL"),
1515
pfClusterProducerHFEM = cms.InputTag(""),
1616
pfClusterProducerHFHAD = cms.InputTag(""),
1717
recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"),
1818
rhoMax = cms.double(99999999.0),
19-
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"),
19+
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
2020
rhoScale = cms.double(1.0),
2121
useEt = cms.bool(True),
2222
useHF = cms.bool(False)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
minEtHad = cms.double(0.0),
1414
recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"),
1515
rhoMax = cms.double(99999999.0),
16-
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"),
16+
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
1717
rhoScale = cms.double(1.0),
1818
useEt = cms.bool(False)
1919
)

HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from ..modules.hltEcalPreshowerRecHit_cfi import *
2222
from ..modules.hltEcalRecHit_cfi import *
2323
from ..modules.hltEcalUncalibRecHit_cfi import *
24-
from ..modules.hltFixedGridRhoFastjetAllCaloForMuons_cfi import *
24+
from ..modules.hltFixedGridRhoFastjetAllCaloForEGamma_cfi import *
2525
from ..modules.hltGemRecHits_cfi import *
2626
from ..modules.hltGemSegments_cfi import *
2727
from ..modules.hltHbhereco_cfi import *
@@ -56,11 +56,11 @@
5656
from ..modules.hltMe0Segments_cfi import *
5757
from ..modules.hltParticleFlowClusterECALUncorrectedUnseeded_cfi import *
5858
from ..modules.hltParticleFlowClusterECALUnseeded_cfi import *
59-
from ..modules.hltParticleFlowClusterHBHEForMuons_cfi import *
60-
from ..modules.hltParticleFlowClusterHCALForMuons_cfi import *
59+
from ..modules.hltParticleFlowClusterHBHE_cfi import *
60+
from ..modules.hltParticleFlowClusterHCAL_cfi import *
6161
from ..modules.hltParticleFlowClusterPSUnseeded_cfi import *
6262
from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import *
63-
from ..modules.hltParticleFlowRecHitHBHEForMuons_cfi import *
63+
from ..modules.hltParticleFlowRecHitHBHE_cfi import *
6464
from ..modules.hltParticleFlowRecHitPSUnseeded_cfi import *
6565
from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import *
6666
from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import *
@@ -150,7 +150,7 @@
150150
hltEcalPreshowerRecHit,
151151
hltEcalRecHit,
152152
hltEcalUncalibRecHit,
153-
hltFixedGridRhoFastjetAllCaloForMuons,
153+
hltFixedGridRhoFastjetAllCaloForEGamma,
154154
hltGemRecHits,
155155
hltGemSegments,
156156
hltHbhereco,
@@ -185,11 +185,11 @@
185185
hltMe0Segments,
186186
hltParticleFlowClusterECALUncorrectedUnseeded,
187187
hltParticleFlowClusterECALUnseeded,
188-
hltParticleFlowClusterHBHEForMuons,
189-
hltParticleFlowClusterHCALForMuons,
188+
hltParticleFlowClusterHBHE,
189+
hltParticleFlowClusterHCAL,
190190
hltParticleFlowClusterPSUnseeded,
191191
hltParticleFlowRecHitECALUnseeded,
192-
hltParticleFlowRecHitHBHEForMuons,
192+
hltParticleFlowRecHitHBHE,
193193
hltParticleFlowRecHitPSUnseeded,
194194
hltPhase2L3FromL1TkMuonPixelLayerQuadruplets,
195195
hltPhase2L3FromL1TkMuonPixelTracks,

0 commit comments

Comments
 (0)