 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EXAMPLETRACKCNV_P1_H
6 #define EXAMPLETRACKCNV_P1_H
31 transObj->setDetector (persObj->m_detector);
37 transObj->setPT (persObj->m_pt);
38 transObj->setEta (persObj->m_eta);
39 transObj->setPhi (persObj->m_phi);
46 persObj->m_detector = transObj->getDetector();
52 persObj->m_pt = transObj->getPT();
53 persObj->m_eta = transObj->getEta();
54 persObj->m_phi = transObj->getPhi();
This file contains the class definition for the ElementLinkCnv_p3 class.
void persToTrans(const PersLink_t &pers, Link_t &trans, MsgStream &log) const
void transToPers(const Navigable_t &trans, PersNavigable_t &pers, const SG::ThinningCache *cache, MsgStream &log) const
NavigableCnv_p2< Navigable< ExampleHitContainer, double > > wNavCnv
ElementLinkVectorCnv_p1< ElementLinkVector< ExampleHitContainer > > elvCnv
This class provides a dummy track data object for AthenaPool.
This file contains the class definition for the ElementLinkVectorCnv_p1 class. NOTE: it should be inc...
void persToTrans(const PersLinkVect_t &pers, LinkVect_t &trans, MsgStream &log) const
ElementLinkCnv_p3< ElementLink< ExampleHitContainer > > elCnv
void transToPers(const Link_t &trans, PersLink_t &pers, const SG::ThinningCache *cache, MsgStream &log) const
This file contains the class definition for the ExampleTrack_p1 class.
virtual void persToTrans(const ExampleTrack_p1 *persObj, ExampleTrack *transObj, MsgStream &msg) override final
Method creating the transient representation of ExampleTrack from its persistent representation Examp...
ExampleTrackCnv_p1()=default
void transToPers(const LinkVect_t &trans, PersLinkVect_t &pers, const SG::ThinningCache *cache, MsgStream &log) const
This file contains the class definition for the ExampleTrack class.
NavigableCnv_p2< Navigable< ExampleHitContainer > > navCnv
virtual void transToPers(const ExampleTrack *transObj, ExampleTrack_p1 *persObj, MsgStream &msg) override final
Method creating the persistent representation ExampleTrack_p1 from its transient representation Examp...
This class provides a dummy hit data object for AthenaPool.
void persToTrans(const PersNavigable_t &pers, Navigable_t &trans, MsgStream &log) const
This file contains the class definition for the NavigableCnv_p2 class. NOTE: it should be included fi...