6#include "GaudiKernel/MsgStream.h"
12 persObj->resize(transObj->
size());
14 for (
unsigned int i=0; i<transObj->
size(); ++i) {
18 recConv.transToPers((*transObj)[i], &locRec, log);
24 transObj->
reserve(persObj->size());
26 for (
unsigned int i=0; i<persObj->size(); ++i) {
static const AFP_SIDLocRecoEventCnv_p1 recConv
virtual void persToTrans(const AFP_SIDLocRecoEvCollection_p1 *persObj, AFP_SIDLocRecoEvCollection *transObj, MsgStream &log) const override
virtual void transToPers(const AFP_SIDLocRecoEvCollection *transObj, AFP_SIDLocRecoEvCollection_p1 *persObj, MsgStream &log) const override
void reserve(size_type n)
Attempt to preallocate enough memory for a specified number of elements.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.