Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mtosi committed Feb 15, 2017
1 parent 23dd62f commit dadadb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQM/HLTEvF/plugins/TriggerRatesMonitorClient.cc
Expand Up @@ -34,7 +34,7 @@ void TriggerRatesMonitorClient::dqmEndJob(DQMStore::IBooker& ibooker_, DQMStore:

int i = 0;
for ( auto const & dir : directories) {
std::cout << "dir: " << dir << std::endl;
// std::cout << "dir: " << dir << std::endl;
ibooker_.setCurrentFolder(m_dqm_path + "/" + dir);

std::vector<std::string> const & all_mes = igetter_.getMEs();
Expand All @@ -48,7 +48,7 @@ void TriggerRatesMonitorClient::dqmEndJob(DQMStore::IBooker& ibooker_, DQMStore:
int nbinsX = 0;
int ibinY = 1;
for ( auto const & me : mes ) {
std::cout << "me: " << me << std::endl;
// std::cout << "me: " << me << std::endl;
ibooker_.setCurrentFolder(m_dqm_path + "/" + dir);
TH1F* histo = igetter_.get( me )->getTH1F();

Expand Down

0 comments on commit dadadb0

Please sign in to comment.