Skip to content

Commit

Permalink
Fixed bug in folder which had been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 committed Jul 21, 2022
1 parent 5a556c5 commit 68b92f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQM/DTMonitorClient/src/DTBlockedROChannelsTest.cc
Expand Up @@ -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);
}

Expand Down

0 comments on commit 68b92f8

Please sign in to comment.