Skip to content
Snippets Groups Projects
Commit 1d17d5b5 authored by Takashi Yamanaka's avatar Takashi Yamanaka
Browse files

Merge branch 'cnvname.InDetEventAthenaPool-20170420' into 'master'

AthenaPoolCnvSvc+InDetEventAthenaPool: Allow specifying name used for error messages to avoid undefined behavior.

See merge request !1052
parents 0d0f59b1 3d84e7e4
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/ */
#include "MsgUtil.h"
#include "TRT_RDO_ContainerCnv.h" #include "TRT_RDO_ContainerCnv.h"
#include "InDetIdentifier/TRT_ID.h" #include "InDetIdentifier/TRT_ID.h"
...@@ -34,8 +33,6 @@ namespace { ...@@ -34,8 +33,6 @@ namespace {
} }
//================================================================ //================================================================
StatusCode TRT_RDO_ContainerCnv::initialize() { StatusCode TRT_RDO_ContainerCnv::initialize() {
IDEvtAthPool::setMsgName(this,"TRT_RDO_ContainerCnv");//So msg() won't use name "AthenaPoolConverter"
ATH_MSG_INFO("TRT_RDO_ContainerCnv::initialize()"); ATH_MSG_INFO("TRT_RDO_ContainerCnv::initialize()");
StatusCode sc = TRT_RDO_ContainerCnvBase::initialize(); StatusCode sc = TRT_RDO_ContainerCnvBase::initialize();
......
...@@ -41,7 +41,7 @@ class TRT_RDO_ContainerCnv : public TRT_RDO_ContainerCnvBase { ...@@ -41,7 +41,7 @@ class TRT_RDO_ContainerCnv : public TRT_RDO_ContainerCnvBase {
protected: protected:
TRT_RDO_ContainerCnv (ISvcLocator* svcloc) TRT_RDO_ContainerCnv (ISvcLocator* svcloc)
: TRT_RDO_ContainerCnvBase(svcloc), : TRT_RDO_ContainerCnvBase(svcloc, "TRT_RDO_ContainerCnv"),
m_converter_p1(), m_converter_p1(),
m_converter_p0(), m_converter_p0(),
m_storeGate(nullptr) m_storeGate(nullptr)
......
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