|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #include "GaudiKernel/MsgStream.h"
45 <<
"Loading Decay from persistent state..."
65 <<
"Loaded Decay from persistent state [OK]"
76 <<
"Creating persistent state of Decay..."
102 <<
"Created persistent state of Decay [OK]"
void transToPers(const Link_t &trans, PersLink_t &pers, const SG::ThinningCache *cache, MsgStream &log) const
ElementLink< AthExParticles > m_l2
Helpers to retrieve the current thinning cache from the event context.
virtual void transToPers(const AthExDecay *transObj, AthExDecay_p1 *persObj, MsgStream &msg)
Method creating the persistent representation Decay_p1 from its transient representation Decay.
const SG::ThinningCache * getThinningCache(const EventContext &ctx)
Retrieve the current thinning cache from the event context.
void persToTrans(const PersLink_t &pers, Link_t &trans, MsgStream &log) const
ElementLink< AthExParticles > m_l1
ElementLinkCnv_p1< ElementLink< AthExParticles > > m_partLinkCnv
ElementLink< AthExParticles > m_p1
Cache thinning decisions for converters.
ElementLink< AthExParticles > m_p2
virtual void persToTrans(const AthExDecay_p1 *persObj, AthExDecay *transObj, MsgStream &msg)
Method creating the transient representation of Decay from its persistent representation Decay_p1.