46 (*m_log) << MSG::DEBUG <<
"TrigMonConfigCollectionCnv::createTransient " <<
endmsg;
48 static const pool::Guid tlp1_guid(
"887A60C5-BD4D-467C-9629-9F0EE818398A");
49 static const pool::Guid p1_guid(
"77FAC318-137E-4563-A681-68356299E397");
55 (*m_log) << MSG::DEBUG <<
"TrigMonConfigCollectionCnv::reading tlp1 persistent object" <<
endmsg;
57 (*m_log) << MSG::DEBUG <<
"TrigMonConfigCollectionCnv::reading tlp1 persistent object pointer" << col_vect.get() <<
endmsg;
58 trans_obj =
m_impl->m_TPConverter_tlp1.createTransient( col_vect.get(), *
m_log);
62 (*m_log) << MSG::DEBUG <<
"TrigMonConfigCollectionCnv::reading p1 persistent object" <<
endmsg;
64 (*m_log) << MSG::DEBUG <<
"TrigMonConfigCollectionCnv::reading p1 persistent object pointer" << col_vect.get() <<
endmsg;
65 trans_obj =
m_impl->m_TPConverter.createTransient( col_vect.get(), *
m_log);
68 throw std::runtime_error(
"Unsupported persistent version of TrigMonConfigCollection");