|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    6 #include "GaudiKernel/MsgStream.h" 
   12   persObj->resize(transObj->
size());
 
   14   for (
unsigned int i=0; 
i<transObj->
size(); ++
i) {
 
   24   transObj->
reserve(persObj->size());
 
   26   for (
unsigned int i=0; 
i<persObj->size(); ++
i) {
 
  
void reserve(size_type n)
Attempt to preallocate enough memory for a specified number of elements.
virtual void transToPers(const ALFA_GloRecEvCollection *transObj, ALFA_GloRecEvCollection_p1 *persObj, MsgStream &log) const override
value_type push_back(value_type pElem)
Add an element to the end of the collection.
virtual void transToPers(const ALFA_GloRecEvent *transObj, ALFA_GloRecEvent_p1 *persObj, MsgStream &log) const override
virtual void persToTrans(const ALFA_GloRecEvCollection_p1 *persObj, ALFA_GloRecEvCollection *transObj, MsgStream &log) const override
size_type size() const noexcept
Returns the number of elements in the collection.
virtual TRANS * createTransientConst(const PERS *persObj, MsgStream &log) const