#include <vector>
Go to the source code of this file.
 | 
|    | Analysis | 
|   | The namespace of all packages in PhysicsAnalysis/JetTagging. 
  | 
|   | 
 | 
| template<class CNV , class CNVForObj , class ObjType >  | 
| void  | Analysis::persToTransVectorObj (CNV *masterCvt, CNVForObj **cnv, const std::vector< TPObjRef > &persVector, std::vector< ObjType * > &result, MsgStream &msg) | 
|   | Given a vector of poitners to an object, create the persistent from the transient.  More...
  | 
|   | 
| template<typename CNV , typename CNVForObj , typename ObjType >  | 
| void  | Analysis::transToPersVectorObj (CNV *masterCvt, CNVForObj **cnv, const std::vector< ObjType * > &transVector, std::vector< TPObjRef > &result, MsgStream &msg) | 
|   | Translate a set of pointers to objects to their persistent rep, saving them in the tlp container.  More...
  | 
|   |