|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef RECTPCNV_JETCNV_P1_H
12 #define RECTPCNV_JETCNV_P1_H
43 MsgStream&
msg )
const override;
50 MsgStream&
msg )
const override;
58 #endif //> RECTPCNV_JETCNV_P1_H
Basic data class defines behavior for all Jet objects The Jet class is the principal data class for...
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
JetCnv_p1()
Default constructor:
virtual void transToPers(const Jet *transObj, Jet_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation Jet_p1 from its transient representation Jet.
virtual void persToTrans(const Jet_p1 *persObj, Jet *transObj, MsgStream &msg) const override
Method creating the transient representation of Jet from its persistent representation Jet_p1.