|
ATLAS Offline Software
|
Go to the documentation of this file.
24 static const pool::Guid tr_guid(
"38FAECC7-D0C5-4DD8-8FAE-8D35F0542ECD");
25 static const pool::Guid p1_guid(
"b859a463-2ea4-4902-b46a-89e5fbc20132");
30 return poolReadObject<LArTTL1Container>();
35 std::unique_ptr<LArTTL1Container_p1> persObj( poolReadObject<LArTTL1Container_p1>() );
39 throw std::runtime_error(
"Unsupported persistent version of LArTTL1Container");
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 LArTTL1Container * createTransient()
Build the transient representation from a persistent one.
Container class for LArTTL1.
MsgStream & msg() const
The standard message stream.
virtual LArTTL1Container_PERS * createPersistent(LArTTL1Container *transCont)
Build the persistent representation from the transient one.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.