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(),
"AthExElephantinoCnv" );
55 msg << MSG::DEBUG <<
"::createPersistent [Success]" <<
endmsg;
61 MsgStream
msg( msgSvc(),
"AthExElephantinoConverter" );
65 static const pool::Guid p1_guid(
"F90BE215-64AD-45E3-B5E4-6AD7DE35BDF9");
75 throw std::runtime_error(
"Unsupported persistent version of Elephantino");
AthExElephantino_p1 AthExElephantino_PERS
AthExElephantinoCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
virtual AthExElephantino * createTransient()
Build the transient representation from a persistent one.
virtual AthExElephantino_PERS * createPersistent(AthExElephantino *transCont)
Build the persistent representation from the transient one.
object with 4 legs, so it is best modeled with a vector of ElementLink.
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.