15#include "GaudiKernel/MsgStream.h"
16#include "GaudiKernel/IToolSvc.h"
17#include "GaudiKernel/IAlgTool.h"
40 if ( 0 == svcLocator ) {
41 throw std::runtime_error(
"NULL pointer to ISvcLocator !!");
50 MsgStream
msg( msgSvc(),
"AthExDecayCnv" );
55 msg << MSG::DEBUG <<
"::createPersistent [Success]" <<
endmsg;
61 MsgStream
msg( msgSvc(),
"AthExDecayConverter" );
65 static const pool::Guid p1_guid(
"FD6FC38A-2EE4-4EC6-916B-DBF6A8E88A03");
75 throw std::runtime_error(
"Unsupported persistent version of Decay");
AthExDecay_p1 AthExDecay_PERS
virtual AthExDecay * createTransient()
Build the transient representation from a persistent one.
virtual AthExDecay_PERS * createPersistent(AthExDecay *transCont)
Build the persistent representation from the transient one.
AthExDecayCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
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
Compatibility for old converter classes that don't get passed the key.