12#include "GaudiKernel/MsgStream.h"
25 MsgStream
msg( msgSvc(),
"MissingETCnv" );
30 msg << MSG::DEBUG <<
"::createPersistent [Success]" <<
endmsg;
36 MsgStream
msg( msgSvc(),
"MissingETCnv" );
40 static const pool::Guid tr_guid(
"14E6F88E-BA7F-4241-BF3D-99DE583B4709");
41 static const pool::Guid p1_guid(
"C0D9AEE8-A2B0-4EED-BD75-53D67DF9736F");
42 static const pool::Guid p2_guid(
"2D9729C7-646D-4BF5-B404-380AE2D9D308");
43 static const pool::Guid p3_guid(
"AD744C55-6CA6-4D44-8E2F-C47FF3CE980E");
61 throw std::runtime_error(
"Unsupported persistent version of MissingET");
MissingET_p3 MissingET_PERS
virtual MissingET_PERS * createPersistent(MissingET *transCont)
Build the persistent representation from the transient one.
virtual MissingET * createTransient()
Build the transient representation from a persistent one.
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual bool compareClassGuid(const Guid &clid) const