28 MsgStream mlog(msgSvc(),
"TrigTauClusterContainerConverter");
30 mlog << MSG::DEBUG <<
"TrigTauClusterContainerCnv::createTransient called" <<
endmsg;
32 static const pool::Guid p5_guid(
"8384F60B-952E-4DE4-B307-1AC1C405E156");
33 static const pool::Guid p4_guid(
"D41E29BA-0FE8-4319-85F4-93EA68AD9195");
34 static const pool::Guid p3_guid(
"3BB1A500-2188-47D4-9352-6638DEA3FC7D");
35 static const pool::Guid tlp1_guid(
"E1FC5307-A747-42D7-9542-998A9AACB445");
41 return m_converter5.createTransient(col_vect.get(), mlog);
47 return m_converter4.createTransient(col_vect.get(), mlog);
53 return m_converter3.createTransient(col_vect.get(), mlog);
59 return m_converter1.createTransient( col_vect.get(), mlog );
63 throw std::runtime_error(
"Unsupported persistent version of TrigTauClusterContainer");