Skip to content
Snippets Groups Projects
Commit ffa5cba7 authored by scott snyder's avatar scott snyder
Browse files

AthenaServices: Comply with ATLAS naming conventions.

Local variables should not start with m_.
parent 0b8e5fa3
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
......@@ -288,8 +288,8 @@ void CoreDumpSvc::setCoreDumpInfo( const std::string& name, const std::string& v
{
auto currSlot=Gaudi::Hive::currentContext().slot();
if(currSlot==EventContext::INVALID_CONTEXT_ID)currSlot=0;
auto &m_usrCoreDump=m_usrCoreDumps.at(currSlot);
m_usrCoreDump[name] = value;
auto &usrCoreDump=m_usrCoreDumps.at(currSlot);
usrCoreDump[name] = value;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment