ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
15namespace 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
24
25}
static Analysis::BaseTagInfoCnv_p1 baseTagInfoCnv
Code for the converters.
virtual void transToPers(const SVInfoBase *transObj, SVInfoBase_p1 *persObj, MsgStream &log)
virtual void persToTrans(const SVInfoBase_p1 *persObj, SVInfoBase *transObj, MsgStream &log)
BaseTagInfoCnv_p1 * m_baseTagCnv
TPObjRef m_baseTagInfo
Basic info.
Basic class to hold SV taggers results.
Definition SVInfoBase.h:19
TPObjRef baseToPersistent(CNV **cnv, const typename CNV::Trans_t *transObj, MsgStream &log) const
Definition TPConverter.h:97
void fillTransFromPStore(CNV **cnv, const TPObjRef &ref, TRANS_T *trans, MsgStream &log) const
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & msg
Definition testRead.cxx:32