11#include "GaudiKernel/MsgStream.h"
24 MsgStream
msg( msgSvc(),
"MissingEtCaloCnv" );
29 msg << MSG::DEBUG <<
"::createPersistent [Success]" <<
endmsg;
35 MsgStream
msg( msgSvc(),
"MissingEtCaloCnv" );
39 static const pool::Guid tr_guid(
"BD14D6E7-C771-4079-BF31-F43FE1068C95");
40 static const pool::Guid p1_guid(
"877E907D-D7E1-49DE-B01F-9CDA344E6004");
41 static const pool::Guid p2_guid(
"F16ECA98-8809-436C-A00A-06DBBF9C3087");
42 static const pool::Guid p3_guid(
"0B9C9E87-92C8-49D3-8DF1-45ACDDD3336F");
60 throw std::runtime_error(
"Unsupported persistent version of MissingEtCalo");
MissingEtCalo_p3 MissingEtCalo_PERS
virtual MissingEtCalo_PERS * createPersistent(MissingEtCalo *transCont)
Build the persistent representation from the transient one.
virtual MissingEtCalo * 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