|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENTATHENAPOOL_EVENTINFOCNV_P4_H
6 #define EVENTATHENAPOOL_EVENTINFOCNV_P4_H
9 #include "EventInfo/EventInfo.h"
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void transToPers(const EventInfo *transObj, EventInfo_p4 *persObj, MsgStream &log) const override
virtual EventInfo * createTransientConst(const EventInfo_p4 *persObj, MsgStream &log) const override
This class is the persistent representation of EventInfo.
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...
virtual void persToTrans(const EventInfo_p4 *persObj, EventInfo *transObj, MsgStream &log) const override