12 log << MSG::DEBUG <<
"MuonSimDataCollectionCnv_p1::persToTrans" <<
endmsg;
16 log << MSG::DEBUG <<
" Preparing " << persCol->
m_muonsimdata.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 MuonSimDataCollection" <<
endmsg;
31 log << MSG::DEBUG <<
"MuonSimDataCollectionCnv_p1::transToPers" <<
endmsg;
32 MuonSimDataCollection::const_iterator it_Coll = transCol->begin();
33 MuonSimDataCollection::const_iterator it_CollEnd = transCol->end();
36 log << MSG::DEBUG <<
" Preparing " << persCol->
m_muonsimdata.size() <<
" Collections" <<
endmsg;
38 for(
int collIdx=0; it_Coll != it_CollEnd; ++it_Coll, ++collIdx){
39 (persCol->
m_muonsimdata[collIdx]).first = (*it_Coll).first.get_identifier32().get_compact();
40 const MuonSimData &transsimData = (*it_Coll).second;
45 log << MSG::DEBUG <<
" Writing MuonSimDataCollection" <<
endmsg;