12 log << MSG::DEBUG <<
"CscSimDataCollectionCnv_p2::persToTrans" <<
endmsg;
16 log << MSG::DEBUG <<
" Preparing " << persCol->
m_cscsimdata.size() <<
" Collections" <<
endmsg;
18 for(
int collIdx=0 ; it_Coll != it_CollEnd; ++it_Coll, ++collIdx) {
22 transCol->insert( transCol->end(), std::make_pair(
Identifier( it_Coll->first ), transsimData ) );
25 log << MSG::DEBUG <<
" Reading CscSimDataCollection" <<
endmsg;
31 log << MSG::DEBUG <<
"CscSimDataCollectionCnv_p2::transToPers" <<
endmsg;
32 CscSimDataCollection::const_iterator it_Coll = transCol->begin();
33 CscSimDataCollection::const_iterator it_CollEnd = transCol->end();
36 log << MSG::DEBUG <<
" Preparing " << persCol->
m_cscsimdata.size() <<
" Collections" <<
endmsg;
38 for(
int collIdx=0; it_Coll != it_CollEnd; ++it_Coll, ++collIdx){
39 (persCol->
m_cscsimdata[collIdx]).first = (*it_Coll).first.get_identifier32().get_compact();
40 const CscSimData &transsimData = (*it_Coll).second;
45 log << MSG::DEBUG <<
" Writing CscSimDataCollection" <<
endmsg;