Skip to content

Commit f6b75c9

Browse files
committed
Change from review
1 parent 9e5e2cc commit f6b75c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DQM/DTMonitorClient/src/DTLocalTriggerTest.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ void DTLocalTriggerTest::runClientDiagnostic(DQMStore::IBooker& ibooker, DQMStor
200200
delete QualDistr;
201201
}
202202

203-
std::map<std::string, MonitorElement*>* innerME = &(secME[sector_id]);
204-
205203
if (whME[wh].find(fullName("CorrectBXPhiIn")) == whME[wh].end()) {
206204
bookWheelHistos(ibooker, wh, "ResidualBXPhiIn");
207205
bookWheelHistos(ibooker, wh, "CorrectBXPhiIn");
@@ -210,7 +208,7 @@ void DTLocalTriggerTest::runClientDiagnostic(DQMStore::IBooker& ibooker, DQMStor
210208
bookWheelHistos(ibooker, wh, "TriggerInclusivePhiIn");
211209
}
212210

213-
innerME = &(whME[wh]);
211+
std::map<std::string, MonitorElement*>* innerME = &(whME[wh]);
214212
innerME->find(fullName("CorrectBXPhiIn"))->second->setBinContent(sect, stat, BX_OK + 0.00001);
215213
innerME->find(fullName("ResidualBXPhiIn"))
216214
->second->setBinContent(sect, stat, round(25. * (BXMean - BX_OK)) + 0.00001);

0 commit comments

Comments
 (0)