|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #include "GaudiKernel/MsgStream.h"
25 MsgStream
msg(
msgSvc(),
"TileMuonReceiverContainerCnv" );
37 MsgStream
msg(
msgSvc(),
"TileMuonReceiverContainerCnv" );
41 static const pool::Guid tr_guid(
"A01F819F-4F0B-4713-A275-7DA5F47F77E5");
42 static const pool::Guid p1_guid(
"7F0DA5A3-7773-4852-AE55-A9920FEB31AB");
47 return poolReadObject<TileMuonReceiverContainer>();
51 std::unique_ptr<TileMuonReceiverContainer_p1> persObj( poolReadObject<TileMuonReceiverContainer_p1>() );
55 throw std::runtime_error(
"Unsupported persistent version of TileMuonReceiverContainer");
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 TileMuonReceiverContainer_PERS * createPersistent(TileMuonReceiverContainer *transCont)
Build the persistent representation from the transient one.
msgSvc
Provide convenience handles for various services.
MsgStream & msg() const
The standard message stream.
virtual TileMuonReceiverContainer * createTransient()
Build the transient representation from a persistent one.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.