ATLAS Offline Software
ISvxAssocationCnv_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 
11 
12 namespace Analysis {
17  ISvxAssociation *transObj,
18  MsgStream &)
19  {
20  transObj->m_keyIndex = persObj->m_keyIndex;
21  }
22 
24  ISvxAssociation_p1 *persObj,
25  MsgStream &)
26  {
27  persObj->m_keyIndex = transObj->keyIndex();
28  }
29 }
30 
31 
Analysis::ISvxAssociation
Definition: ISvxAssociation.h:41
JetAssociationBase::keyIndex
size_t keyIndex() const
Definition: JetAssociationBase.h:35
ISvxAssociation.h
Analysis::ISvxAssociationCnv_p1::persToTrans
virtual void persToTrans(const ISvxAssociation_p1 *persObj, ISvxAssociation *transObj, MsgStream &log)
Convert to trans form.
Definition: ISvxAssocationCnv_p1.cxx:16
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::ISvxAssociationCnv_p1::transToPers
virtual void transToPers(const ISvxAssociation *transObj, ISvxAssociation_p1 *persObj, MsgStream &log)
Definition: ISvxAssocationCnv_p1.cxx:23
Analysis::ISvxAssociation_p1
Definition: ISvxAssociation_p1.h:19
JetAssociationBase::m_keyIndex
size_t m_keyIndex
Definition: JetAssociationBase.h:56
Analysis::ISvxAssociation_p1::m_keyIndex
unsigned int m_keyIndex
Definition: ISvxAssociation_p1.h:21
ISvxAssociationCnv_p1.h