|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #include "GaudiKernel/MsgStream.h"
46 MsgStream
msg(
msgSvc(),
"egammaContainerCnv" );
57 MsgStream
msg(
msgSvc(),
"egammaContainerCnv" );
61 static const pool::Guid tr_guid(
"7CAB4F67-1765-4CDC-9614-60EB93E5551B");
62 static const pool::Guid p1_guid(
"DBA382E5-52F7-4B40-8623-E807E134412E");
63 static const pool::Guid p2_guid(
"5576188C-ECA9-4BD1-B1F1-563C728FE51F");
64 static const pool::Guid p3_guid(
"95BD7D50-F070-4245-91DE-ECAB4A8D722D");
65 static const pool::Guid p4_guid(
"451AACD2-5B23-4557-8A3F-6CD1AB36BF9F");
66 static const pool::Guid p5_guid(
"1AA8DE2E-D1CC-4076-B74A-82BBCC551798");
71 std::unique_ptr<egammaContainer_p5> persObj( poolReadObject<egammaContainer_p5>() );
78 std::unique_ptr<egammaContainer_p4> persObj( poolReadObject<egammaContainer_p4>() );
85 std::unique_ptr<egammaContainer_p3> persObj( poolReadObject<egammaContainer_p3>() );
92 std::unique_ptr<egammaContainer_p2> persObj( poolReadObject<egammaContainer_p2>() );
99 std::unique_ptr<egammaContainer_p1> persObj( poolReadObject<egammaContainer_p1>() );
106 return poolReadObject<egammaContainer>();
109 throw std::runtime_error(
"Unsupported persistent version of egammaContainer");
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual egammaContainer * createTransient()
Build the transient representation from a persistent one.
msgSvc
Provide convenience handles for various services.
virtual egammaContainer_PERS * createPersistent(egammaContainer *transCont)
Build the persistent representation from the transient one.
MsgStream & msg() const
The standard message stream.
#define MSG_DEBUG(log, x)
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.