From 70faf2432d79275898008d210bdb33781b94fb3e Mon Sep 17 00:00:00 2001 From: jfernan2 Date: Wed, 20 Jul 2022 18:39:13 +0200 Subject: [PATCH] Fixed bug in folder which had been renamed --- DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc b/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc index adb44dd36e750..7f93db1808767 100644 --- a/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc +++ b/DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc @@ -384,8 +384,8 @@ DTBlockedROChannelsTest::DTLinkBinsMap::DTLinkBinsMap(DQMStore::IGetter& igetter int wheel = (ddu - 770) % 5 - 2; // get the pointer to the corresondig histo - urosHName = "DT/00-DataIntegrity/Wheel" + to_string(wheel) + "/ROS" + to_string(ros) + "/W" + to_string(wheel) + - "_ROS" + to_string(ros) + "_ROSError"; + urosHName = "DT/00-DataIntegrity/Wheel" + to_string(wheel) + "/Sector" + to_string(ros) + "/W" + to_string(wheel) + + "_Sector" + to_string(ros) + "_ROSError"; meuROS = igetter.get(urosHName); }