diff --git a/Hlt/RecoConf/python/RecoConf/rich_data_monitoring.py b/Hlt/RecoConf/python/RecoConf/rich_data_monitoring.py index 5ebaa74933a8d3a8c5e29e11638a607ffd268115..81dc1763cc55c97f43730aed99f43be942d3b8db 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"],