|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENTATHENAPOOL_EVENTINFOCNV_P3_H
6 #define EVENTATHENAPOOL_EVENTINFOCNV_P3_H
9 #include "EventInfo/EventInfo.h"
virtual EventInfo * createTransientConst(const EventInfo_p3 *persObj, MsgStream &log) const override
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const EventInfo_p3 *persObj, EventInfo *transObj, MsgStream &log) const override
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
This class provides general information about an event. Event information is provided by the accessor...
This class is the persistent representation of EventInfo.
virtual void transToPers(const EventInfo *transObj, EventInfo_p3 *persObj, MsgStream &log) const override