42 MsgStream mlog(msgSvc(),
"TrigTauConverter" );
43 mlog << MSG::DEBUG <<
"TrigTauCnv::createTransient " <<
endmsg;
45 static const pool::Guid tlp1_guid(
"82AE3333-5398-4590-A51A-616832332D9B");
46 static const pool::Guid p0_guid(
"F95B5B76-13D3-4EB4-94BB-1383B8571ADD");
47 static const pool::Guid tlp2_guid(
"B2619D46-FB89-4961-8A57-6A980A2EFB33");
48 static const pool::Guid p2_guid(
"9CA7EFF2-DB12-4E06-A425-01B1D8367BE3");
54 mlog << MSG::DEBUG <<
"TrigTauCnv::reading tlp1 persistent object" <<
endmsg;
56 trans_cont =
m_impl->m_TPConverter_p1.createTransient( col_vect.get(), mlog );
61 mlog << MSG::DEBUG <<
"TrigTauCnv::reading p0 persistent object" <<
endmsg;
67 mlog << MSG::DEBUG <<
"TrigTauCnv::reading tlp2 persistent object" <<
endmsg;
69 trans_cont =
m_impl->m_TPConverter_p2.createTransient( col_vect.get(), mlog );
74 mlog << MSG::DEBUG <<
"TrigTauCnv::reading p2 persistent object" <<
endmsg;
80 throw std::runtime_error(
"Unsupported persistent version of Data container");