Skip to content

Commit

Permalink
code-check changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 committed Mar 27, 2023
1 parent 6c2afc8 commit a43515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMServices/Core/src/DQMStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace dqm::implementation {
for (std::vector<std::string>::const_iterator ipath = store_->MEsToSave_.begin();
ipath != store_->MEsToSave_.end();
++ipath) {
if (fullpath == ipath->data()) {
if (fullpath == (*ipath)) {
medata.key_.scope_ = MonitorElementData::Scope::LUMI;
this->scope_ = MonitorElementData::Scope::LUMI;
pathInList = true;
Expand Down

0 comments on commit a43515f

Please sign in to comment.