From 48b0f4ee51222945d9c1e7ed2491366ad531507c Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 20 Feb 2024 12:58:55 +0000 Subject: [PATCH] Adapt to update in input TES locations for RICH data monitors --- Hlt/RecoConf/python/RecoConf/rich_data_monitoring.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hlt/RecoConf/python/RecoConf/rich_data_monitoring.py b/Hlt/RecoConf/python/RecoConf/rich_data_monitoring.py index 5ebaa74933a..81dc1763cc5 100644 --- a/Hlt/RecoConf/python/RecoConf/rich_data_monitoring.py +++ b/Hlt/RecoConf/python/RecoConf/rich_data_monitoring.py @@ -436,6 +436,7 @@ def make_rich_track_monitors(conf, Detectors=det_opts, Radiators=rad_opts, CKResHistoRange=moni_opts["CKResHistoRange"], + RichSIMDPixelSummariesLocation=conf["RichSIMDPixels"], TracksLocation=conf["InputTracks"], TrackSegmentsLocation=conf["TrackSegments"], CherenkovPhotonLocation=conf["CherenkovPhotons"], @@ -455,6 +456,7 @@ def make_rich_track_monitors(conf, MaxChi2Cut=tight_sel["MaxChi2"], MaxGhostProbCut=tight_sel["MaxGhostProb"]), CKResHistoRange=moni_opts["CKResHistoRange"], + RichSIMDPixelSummariesLocation=conf["RichSIMDPixels"], TracksLocation=conf["InputTracks"], TrackSegmentsLocation=conf["TrackSegments"], CherenkovPhotonLocation=conf["CherenkovPhotons"], -- GitLab