Skip to content

Commit

Permalink
Merge pull request #15166 from dmitrijus/dqm_fnfix_80x
Browse files Browse the repository at this point in the history
Fix an obvious bug in DQM Online input source.
  • Loading branch information
davidlange6 committed Jul 19, 2016
2 parents d3a252b + 0d300f9 commit db3eccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/StreamerIO/plugins/DQMFileIterator.cc
Expand Up @@ -255,7 +255,7 @@ void DQMFileIterator::collect(bool ignoreTimers) {
unsigned int lumi = std::stoi(result[2]);
std::string label = result[3];

filesSeen_.insert(fn);
filesSeen_.insert(filename);

if (run != runNumber_) continue;

Expand Down

0 comments on commit db3eccc

Please sign in to comment.