37 MsgStream log(msgSvc(),
"RPCSimHitCollectionCnv" );
38 static const pool::Guid p0_guid(
"45EB013E-FC8E-4612-88B7-6E0CAF718F79");
39 static const pool::Guid p1_guid(
"C4C57487-41DC-4706-9604-721D76F0AA52");
40 static const pool::Guid p2_guid(
"1B611C70-CC6F-42AE-9F6D-7DA6A9A22546");
41 static const pool::Guid p3_guid(
"B48E5E17-FB26-4BC0-A0E2-5324925EAE2F");
42 static const pool::Guid p4_guid(
"018E2DAC-18EB-714B-B9BD-F9354E30CB51");
43 if (log.level() <= MSG::DEBUG) log<<MSG::DEBUG<<
"createTransient(): main converter"<<
endmsg;
46 if (log.level() <= MSG::DEBUG) log<<MSG::DEBUG<<
"createTransient(): T/P version 4 detected"<<
endmsg;
51 if (log.level() <= MSG::DEBUG) log<<MSG::DEBUG<<
"createTransient(): T/P version 3 detected"<<
endmsg;
56 if (log.level() <= MSG::DEBUG) log<<MSG::DEBUG<<
"createTransient(): T/P version 2 detected"<<
endmsg;
61 if (log.level() <= MSG::DEBUG) log<<MSG::DEBUG<<
"createTransient(): T/P version 1 detected"<<
endmsg;
63 p_collection =
m_TPConverter.createTransient( col_vect.get(), log );
67 if (log.level() <= MSG::DEBUG) log<<MSG::DEBUG<<
"createTransient(): Old input file"<<std::endl;
69 size_t size = oldColl->
size();
79 throw std::runtime_error(
"Unsupported persistent version of RPCSimHitCollection");