ATLAS Offline Software
SVInfoBaseCnv_p1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
8 
12 
13 static Analysis::BaseTagInfoCnv_p1 baseTagInfoCnv;
14 
15 namespace Analysis {
16 
17  void SVInfoBaseCnv_p1::transToPers(const SVInfoBase* pa, SVInfoBase_p1* pb, MsgStream & msg) {
18  pb->m_baseTagInfo = baseToPersistent(&m_baseTagCnv, pa, msg);
19  }
20 
21  void SVInfoBaseCnv_p1::persToTrans(const SVInfoBase_p1* pa, SVInfoBase* pb, MsgStream & msg) {
23  }
24 
25 }
SVInfoBaseCnv_p1.h
Analysis::SVInfoBase_p1::m_baseTagInfo
TPObjRef m_baseTagInfo
Basic info.
Definition: SVInfoBase_p1.h:25
Analysis::SVInfoBaseCnv_p1::persToTrans
virtual void persToTrans(const SVInfoBase_p1 *persObj, SVInfoBase *transObj, MsgStream &log)
Definition: SVInfoBaseCnv_p1.cxx:21
keylayer_zslicemap.pb
pb
Definition: keylayer_zslicemap.py:188
Analysis::SVInfoBase_p1
Definition: SVInfoBase_p1.h:20
BaseTagInfoCnv_p1.h
ITPConverterFor< TRANS_BASE >::fillTransFromPStore
void fillTransFromPStore(CNV **cnv, const TPObjRef &ref, TRANS_T *trans, MsgStream &log) const
Convert persistent object, stored in the the top-level persistent object and referenced by the TP Ref...
Definition: TPConverter.h:145
Analysis::SVInfoBaseCnv_p1::transToPers
virtual void transToPers(const SVInfoBase *transObj, SVInfoBase_p1 *persObj, MsgStream &log)
Definition: SVInfoBaseCnv_p1.cxx:17
ITPConverterFor< TRANS_BASE >::baseToPersistent
TPObjRef baseToPersistent(CNV **cnv, const typename CNV::Trans_t *transObj, MsgStream &log) const
Persistify bass class of a given object and store the persistent represenation in the storage vector ...
Definition: TPConverter.h:97
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::BaseTagInfoCnv_p1
Definition: BaseTagInfoCnv_p1.h:18
Analysis::SVInfoBaseCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition: SVInfoBaseCnv_p1.h:29
SVInfoBase.h
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7
Analysis::SVInfoBase
Definition: SVInfoBase.h:19