|
ATLAS Offline Software
|
Go to the documentation of this file.
12 MsgStream
mlog(
msgSvc(),
"TrigMissingETContainerConverter" );
26 MsgStream
mlog(
msgSvc(),
"TrigMissingETContainerConverter" );
30 static const pool::Guid p3_guid(
"F5C98A61-4F40-4FE6-A1A9-D5EF00FFFBF0" );
31 static const pool::Guid tlp1_guid(
"23EC84A7-8614-42D6-B82D-B0861D3CE08D" );
34 std::unique_ptr< TrigMissingETContainer_p3 > col_vect( poolReadObject< TrigMissingETContainer_p3 >() );
39 std::unique_ptr< TrigMissingETContainer_tlp1 > col_vect( poolReadObject< TrigMissingETContainer_tlp1 >() );
43 }
else throw std::runtime_error(
"Unsupported persistent version of TrigMissingETContainer" );
virtual TrigMissingETContainer * createTransient()
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
TrigMissingETContainerCnv_tlp1 m_converter_tlp1
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
TrigMissingETContainerCnv_p3 m_converter
TRANS * createTransient(MsgStream &log)
Create transient representation of the persistent object known to this converter.
msgSvc
Provide convenience handles for various services.
virtual TrigMissingETContainer_PERS * createPersistent(TrigMissingETContainer *transObj)
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.