Skip to content

Commit 757af74

Browse files
committed
Changing to scouting rho (instead of offline rho that was initially used to avoid crashes with datasets other than ScoutingPFMonitor)
1 parent 80a5095 commit 757af74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DQMOffline/JetMET/python/jetMETDQMOfflineSource_cff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104

105105
ak4PFScoutingL1FastjetCorrector = ak4PFL1FastjetCorrector.clone(
106106
algorithm = cms.string('AK4PFHLT'),
107-
#srcRho = cms.InputTag("hltScoutingPFPacker","rho") ### to be updated to this once 2025 ScoutingPFMonitor datasets are available, where the "hltScoutingPacker,rho" won't be missing!
108-
srcRho = cms.InputTag('fixedGridRhoFastjetAll') ### used only temporarily, because in some 2024 ScoutingPFMonitor datasets the "hltScoutingPacker,rho" is missing!
107+
srcRho = cms.InputTag("hltScoutingPFPacker","rho")
109108
)
110109

111110
ak4PFScoutingL2RelativeCorrector = ak4PFL2RelativeCorrector.clone(

0 commit comments

Comments
 (0)