47 msg<<MSG::DEBUG<<
"TrackTruthCollectionCnv_p2::transToPers()"<<
endmsg;
48 msg<<MSG::DEBUG<<
"TrackTruthCollectionCnv_p2::transToPers(): input size = "<<trans->size()<<
endmsg;
53 Trk::TrackTruthCollection_p2::CollectionType::size_type ipers(0);
54 for(TrackTruthCollection::const_iterator itrans=trans->begin(); itrans!=trans->end(); ++itrans, ++ipers) {
57 current.index = itrans->first.index();
59 particleLinkConverter.transToPers(&itrans->second.particleLink(), ¤t.particle,
msg);
62 msg<<MSG::DEBUG<<
"TrackTruthCollectionCnv_p2::transToPers() DONE"<<
endmsg;
a link optimized in size for a GenParticle in a McEventCollection
virtual void persToTrans(const Trk::TrackTruthCollection_p2 *persObj, TrackTruthCollection *transObj, MsgStream &msg)
Method creating the transient representation of Analysis::TrackTruthCollection from its persistent re...
virtual void transToPers(const TrackTruthCollection *transObj, Trk::TrackTruthCollection_p2 *persObj, MsgStream &msg)
Method creating the persistent representation TrackTruthCollection_p2 from its transient representati...