|
ATLAS Offline Software
|
Go to the documentation of this file.
10 MsgStream
mlog(
msgSvc(),
"TrigTauContainerConverter" );
23 MsgStream
mlog(
msgSvc(),
"TrigTauContainerConverter" );
27 static const pool::Guid p3_guid(
"32FE95F3-F85E-481E-9DD6-7BBA08ABDBD7" );
28 static const pool::Guid tlp1_guid(
"1551CECC-52C7-4B5B-876C-27005A8DCCC8" );
31 std::unique_ptr< TrigTauContainer_p3 > col_vect( poolReadObject< TrigTauContainer_p3 >() );
35 std::unique_ptr< TrigTauContainer_tlp1 > col_vect( poolReadObject< TrigTauContainer_tlp1 >() );
37 }
else {
throw std::runtime_error(
"Unsupported persistent version of TrigTauContainer" ); }
virtual TrigTauContainer * createTransient()
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
File: TrigTauContainer.h.
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
TRANS * createTransient(MsgStream &log)
Create transient representation of the persistent object known to this converter.
msgSvc
Provide convenience handles for various services.
TrigTauContainerCnv_tlp1 m_converter_tlp1
TrigTauContainerCnv_p3 m_converter
virtual TrigTauContainer_PERS * createPersistent(TrigTauContainer *transObj)
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.