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

AthenaServices: Comply with ATLAS naming conventions.

Local variables should not start with m_.



Former-commit-id: ffa5cba7
parent 4b7de01d
No related branches found
No related tags found
No related merge requests found
......@@ -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