Skip to content
Snippets Groups Projects
Commit 1325da02 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'noTransientAddress.ByteStreamCnvSvc-20170911' into 'master'

ByteStreamCnvSvc: Removing references to transientAddress().

See merge request !4587
parents 51abc25a 0240941e
No related branches found
No related tags found
No related merge requests found
...@@ -520,7 +520,7 @@ StatusCode ByteStreamEventStorageInputSvc::generateDataHeader() ...@@ -520,7 +520,7 @@ StatusCode ByteStreamEventStorageInputSvc::generateDataHeader()
if (ioc.isSuccess()) { if (ioc.isSuccess()) {
const SG::DataProxy* ptmp = m_sgSvc->transientProxy(ClassID_traits<EventInfo>::ID(), "ByteStreamEventInfo"); const SG::DataProxy* ptmp = m_sgSvc->transientProxy(ClassID_traits<EventInfo>::ID(), "ByteStreamEventInfo");
if (ptmp !=0) { if (ptmp !=0) {
DataHeaderElement DheEI(ptmp->transientAddress(), 0, "ByteStreamEventInfo"); DataHeaderElement DheEI(ptmp, 0, "ByteStreamEventInfo");
Dh->insert(DheEI); Dh->insert(DheEI);
} }
//else ATH_MSG_ERROR("Failed to create EventInfo proxy " << ptmp); //else ATH_MSG_ERROR("Failed to create EventInfo proxy " << ptmp);
......
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