Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MuonHLT@Phase2] Adapt PF Settings in Phase2 MuonHLT #41749

Merged
merged 1 commit into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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