ATLAS Offline Software
JetProbInfoBaseCnv_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 
18  pb->m_baseTagInfo = baseToPersistent(&m_baseTagCnv, pa, msg);
19  pb->m_ntrk = pa->nbTracks();
20  }
21 
24  pb->nbTracks (pa->m_ntrk);
25  }
26 
27 }
keylayer_zslicemap.pb
pb
Definition: keylayer_zslicemap.py:188
BaseTagInfoCnv_p1.h
Analysis::JetProbInfoBase_p1
Definition: JetProbInfoBase_p1.h:20
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::JetProbInfoBase_p1::m_baseTagInfo
TPObjRef m_baseTagInfo
Basic info.
Definition: JetProbInfoBase_p1.h:25
Analysis::JetProbInfoBaseCnv_p1::transToPers
virtual void transToPers(const JetProbInfoBase *transObj, JetProbInfoBase_p1 *persObj, MsgStream &log)
Definition: JetProbInfoBaseCnv_p1.cxx:17
Analysis::JetProbInfoBase
Definition: JetProbInfoBase.h:21
JetProbInfoBase.h
Analysis::JetProbInfoBase::nbTracks
void nbTracks(int n)
Definition: JetProbInfoBase.h:39
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::JetProbInfoBaseCnv_p1::m_baseTagCnv
BaseTagInfoCnv_p1 * m_baseTagCnv
Definition: JetProbInfoBaseCnv_p1.h:29
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::JetProbInfoBaseCnv_p1::persToTrans
virtual void persToTrans(const JetProbInfoBase_p1 *persObj, JetProbInfoBase *transObj, MsgStream &log)
Definition: JetProbInfoBaseCnv_p1.cxx:22
Analysis::BaseTagInfoCnv_p1
Definition: BaseTagInfoCnv_p1.h:18
Analysis::JetProbInfoBase_p1::m_ntrk
int m_ntrk
All of this data will be written out.
Definition: JetProbInfoBase_p1.h:28
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7
JetProbInfoBaseCnv_p1.h