Skip to content

Commit

Permalink
Merge pull request #41749 from wonpoint4/MuonHLTPhase2_Cleaning_131X
Browse files Browse the repository at this point in the history
[MuonHLT@Phase2] Adapt PF Settings in Phase2 MuonHLT
  • Loading branch information
cmsbuild authored May 23, 2023
2 parents 3c2384d + 76df6b8 commit 8cc6f24
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 224 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
pfClusterProducer = cms.InputTag("hltParticleFlowClusterECALUnseeded"),
recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"),
rhoMax = cms.double(99999999.0),
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"),
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
rhoScale = cms.double(1.0)
)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
energyEndcap = cms.double(0.0),
etaStripBarrel = cms.double(0.0),
etaStripEndcap = cms.double(0.0),
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCALForMuons"),
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCAL"),
pfClusterProducerHFEM = cms.InputTag(""),
pfClusterProducerHFHAD = cms.InputTag(""),
recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"),
rhoMax = cms.double(99999999.0),
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"),
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
rhoScale = cms.double(1.0),
useEt = cms.bool(True),
useHF = cms.bool(False)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
minEtHad = cms.double(0.0),
recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"),
rhoMax = cms.double(99999999.0),
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"),
rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
rhoScale = cms.double(1.0),
useEt = cms.bool(False)
)
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from ..modules.hltEcalPreshowerRecHit_cfi import *
from ..modules.hltEcalRecHit_cfi import *
from ..modules.hltEcalUncalibRecHit_cfi import *
from ..modules.hltFixedGridRhoFastjetAllCaloForMuons_cfi import *
from ..modules.hltFixedGridRhoFastjetAllCaloForEGamma_cfi import *
from ..modules.hltGemRecHits_cfi import *
from ..modules.hltGemSegments_cfi import *
from ..modules.hltHbhereco_cfi import *
Expand Down Expand Up @@ -56,11 +56,11 @@
from ..modules.hltMe0Segments_cfi import *
from ..modules.hltParticleFlowClusterECALUncorrectedUnseeded_cfi import *
from ..modules.hltParticleFlowClusterECALUnseeded_cfi import *
from ..modules.hltParticleFlowClusterHBHEForMuons_cfi import *
from ..modules.hltParticleFlowClusterHCALForMuons_cfi import *
from ..modules.hltParticleFlowClusterHBHE_cfi import *
from ..modules.hltParticleFlowClusterHCAL_cfi import *
from ..modules.hltParticleFlowClusterPSUnseeded_cfi import *
from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import *
from ..modules.hltParticleFlowRecHitHBHEForMuons_cfi import *
from ..modules.hltParticleFlowRecHitHBHE_cfi import *
from ..modules.hltParticleFlowRecHitPSUnseeded_cfi import *
from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import *
from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import *
Expand Down Expand Up @@ -150,7 +150,7 @@
hltEcalPreshowerRecHit,
hltEcalRecHit,
hltEcalUncalibRecHit,
hltFixedGridRhoFastjetAllCaloForMuons,
hltFixedGridRhoFastjetAllCaloForEGamma,
hltGemRecHits,
hltGemSegments,
hltHbhereco,
Expand Down Expand Up @@ -185,11 +185,11 @@
hltMe0Segments,
hltParticleFlowClusterECALUncorrectedUnseeded,
hltParticleFlowClusterECALUnseeded,
hltParticleFlowClusterHBHEForMuons,
hltParticleFlowClusterHCALForMuons,
hltParticleFlowClusterHBHE,
hltParticleFlowClusterHCAL,
hltParticleFlowClusterPSUnseeded,
hltParticleFlowRecHitECALUnseeded,
hltParticleFlowRecHitHBHEForMuons,
hltParticleFlowRecHitHBHE,
hltParticleFlowRecHitPSUnseeded,
hltPhase2L3FromL1TkMuonPixelLayerQuadruplets,
hltPhase2L3FromL1TkMuonPixelTracks,
Expand Down

0 comments on commit 8cc6f24

Please sign in to comment.