46 (*m_log) << MSG::DEBUG <<
"TrigMonEventCollectionCnv::createTransient " <<
endmsg;
48 static const pool::Guid tlp1_guid(
"F224B21A-0CE8-40F1-B88B-027DA832A2A5");
49 static const pool::Guid p1_guid(
"9A0D41EB-9A40-42A1-8CDA-C80845FC7271");
55 (*m_log) << MSG::DEBUG <<
"TrigMonEventCollectionCnv::reading tlp1 persistent object" <<
endmsg;
57 (*m_log) << MSG::DEBUG <<
"TrigMonEventCollectionCnv::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 <<
"TrigMonEventCollectionCnv::reading p1 persistent object" <<
endmsg;
64 (*m_log) << MSG::DEBUG <<
"TrigMonEventCollectionCnv::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 TrigMonEventCollection");