37 MsgStream log(msgSvc(),
"CSCSimHitCollectionCnv" );
38 static const pool::Guid p0_guid(
"DC744F9B-078A-4C61-B03F-D035D885B559");
39 static const pool::Guid p1_guid(
"E45CD293-4599-41BE-8B65-945A18F41AB7");
40 static const pool::Guid p2_guid(
"7E5A120C-E64F-4519-A24B-B485A58724BF");
41 static const pool::Guid p3_guid(
"6BFFE81C-C99E-43D9-B06F-1A998C3B3E40");
42 static const pool::Guid p4_guid(
"018E2DAC-18EB-71D2-A246-66F818B3681B");
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 CSCSimHitCollection");