Skip to content

Commit

Permalink
Merge pull request #8882 from jhgoh/RPCEfficiencyRollBugfix74X
Browse files Browse the repository at this point in the history
RPC efficiency distribution bugfix (backport #8881)
  • Loading branch information
cmsbuild committed May 2, 2015
2 parents fb0fc3d + 6195c04 commit e598187
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DQM/RPCMonitorClient/src/RPCEfficiencyShiftHisto.cc
Expand Up @@ -64,8 +64,7 @@ void RPCEfficiencyShiftHisto::dqmEndJob(DQMStore::IBooker & ibooker, DQMStore::I
for(int w = -2 ; w<3; w++){

meName.str("");
if(w <= 0) meName<<globalFolder_<<"Efficiency_Roll_vs_Sector_Wheel_"<<w;
else meName<<globalFolder_<<"Efficiency_Roll_vs_Sector_Wheel_+"<<w;
meName<<globalFolder_<<"Efficiency_Roll_vs_Sector_Wheel_"<<w;

myMe = igetter.get(meName.str());

Expand Down

0 comments on commit e598187

Please sign in to comment.