Skip to content

Commit

Permalink
Merge pull request #38809 from jfernan2/patch-25
Browse files Browse the repository at this point in the history
[DQM] Fix for bug in DT DQM at Online 12_4_X
  • Loading branch information
cmsbuild committed Jul 22, 2022
2 parents 6c0dcca + 68b92f8 commit ee2946c
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 ee2946c

Please sign in to comment.