ATLAS Offline Software
Loading...
Searching...
No Matches
JetAssociationBaseCnv_p1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
8
11
16 JetAssociationBase *transObj,
17 MsgStream &/*log*/) const
18{
19 transObj->m_keyIndex = persObj->m_keyIndex;
20}
21
23 JetAssociationBase_p1* persObj,
24 MsgStream &/*log*/) const
25{
26 persObj->m_keyIndex = transObj->keyIndex();
27}
28
virtual void transToPers(const JetAssociationBase *transObj, JetAssociationBase_p1 *persObj, MsgStream &log) const override
virtual void persToTrans(const JetAssociationBase_p1 *persObj, JetAssociationBase *transObj, MsgStream &log) const override
T/P translate the JetAssocationBase object (which is an abstract object).
unsigned int m_keyIndex
Stored in the base class.
size_t keyIndex() const