Skip to content

Commit

Permalink
Merge pull request #20923 from thomreis/l1toffline-dqm-efficiency-flag
Browse files Browse the repository at this point in the history
L1TOffline DQM - add efficiency flag to efficiency ME
  • Loading branch information
cmsbuild committed Oct 18, 2017
2 parents 22065b9 + bb5ee2c commit b3cb07a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQMOffline/L1Trigger/src/L1TEfficiencyHarvesting.cc
Expand Up @@ -101,6 +101,7 @@ void L1TEfficiencyPlotHandler::book(DQMStore::IBooker &ibooker, DQMStore::IGette
else if (is2D) {
h_efficiency_ = ibooker.book2D(plotName_, den->getTH2F());
}
h_efficiency_->setEfficiencyFlag();
}

void L1TEfficiencyPlotHandler::computeEfficiency(DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter)
Expand Down

0 comments on commit b3cb07a

Please sign in to comment.