From a43515f755858cdbf306536f1373865a8deb4cec Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 27 Mar 2023 16:54:09 +0200 Subject: [PATCH] code-check changes --- DQMServices/Core/src/DQMStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DQMServices/Core/src/DQMStore.cc b/DQMServices/Core/src/DQMStore.cc index 1b0d7a4f2a745..a88308e103d76 100644 --- a/DQMServices/Core/src/DQMStore.cc +++ b/DQMServices/Core/src/DQMStore.cc @@ -105,7 +105,7 @@ namespace dqm::implementation { for (std::vector::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;