|
ATLAS Offline Software
|
Go to the documentation of this file.
44 persVect->reserve( transVect->
size() );
46 it != transVect->
end(); ++
it ) {
64 transVect->
reserve( persVect->size() );
65 for( TauDetailsContainer_p1 :: const_iterator
it = persVect->begin();
66 it != persVect->end(); ++
it )
75 unsigned short tlid =
ref.topLevelCnvID();
76 unsigned short cnvid = (
ref.typeID() & 0xffff);
void reserve(size_type n)
Attempt to preallocate enough memory for a specified number of elements.
Const iterator class for DataVector/DataList.
DEPRECATED DO NOT USE - MIGRATE TO TauCommonDetails Basic details class containing information produc...
TauDetailsContainerCnv_p1()
Constructor.
Transient Persistent converter version 1 for TauShot.
virtual void transToPers(const Analysis::TauDetailsContainer *transVect, TauDetailsContainer_p1 *persVect, MsgStream &msg)
Creates persistent object from transient object.
virtual ~TauDetailsContainerCnv_p1()
Destructor.
void clear()
Erase all the elements in the collection.
CNV * converterForRef(CNV *cnv, const TPObjRef &ref, MsgStream &log) const
Find converter for a TP type ID (passed in a TP Ref), that is or ihnerits from CNV type.
TPObjRef toPersistent(CNV **cnv, const typename CNV::TransBase_t *transObj, MsgStream &log) const
Persistify an object and store the persistent represenation in the storage vector of the top-level pe...
The namespace of all packages in PhysicsAnalysis/JetTagging.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
DEPRECATED DO NOT USE - MIGRATE TO TauCommonDetails Basic details class containing information produc...
const boost::regex ref(r_ef)
virtual void persToTrans(const TauDetailsContainer_p1 *persVect, Analysis::TauDetailsContainer *transVect, MsgStream &msg)
Creates transient object from persistent object.
size_type size() const noexcept
Returns the number of elements in the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
CNV::Trans_t * createTransFromPStore(CNV **cnv, const TPObjRef &ref, MsgStream &log) const
Create transient representation of a persistent object, stored in the the top-level persistent object...