|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #include "GaudiKernel/MsgStream.h"
25 MsgStream
msg(
msgSvc(),
"MissingETCnv" );
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");
46 return poolReadObject<MissingET>();
49 std::unique_ptr<MissingET_p1> persObj( poolReadObject<MissingET_p1>() );
53 std::unique_ptr<MissingET_p2> persObj( poolReadObject<MissingET_p2>() );
57 std::unique_ptr<MissingET_p3> persObj( poolReadObject<MissingET_p3>() );
61 throw std::runtime_error(
"Unsupported persistent version of MissingET");
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 MissingET_PERS * createPersistent(MissingET *transCont)
Build the persistent representation from the transient one.
virtual MissingET * createTransient()
Build the transient representation from a persistent one.
msgSvc
Provide convenience handles for various services.
MsgStream & msg() const
The standard message stream.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.