|
ATLAS Offline Software
|
Go to the documentation of this file.
11 MsgStream
mlog(
msgSvc(),
"TrigTauClusterDetailsContainerConverter" );
17 return p_TauClusterCont;
24 MsgStream
mlog(
msgSvc(),
"TrigTauClusterDetailsContainerConverter" );
28 static const pool::Guid p2_guid(
"AAEE63E0-BA47-45AD-AC28-E07EC68812C4" );
29 static const pool::Guid tlp1_guid(
"D7DA2036-9F38-4060-A5C9-75C72AF104C4" );
32 std::unique_ptr< TrigTauClusterDetailsContainer_p2 > col_vect( poolReadObject< TrigTauClusterDetailsContainer_p2 >() );
38 std::unique_ptr< TrigTauClusterDetailsContainer_tlp1 > col_vect( poolReadObject< TrigTauClusterDetailsContainer_tlp1 >() );
43 else throw std::runtime_error(
"Unsupported persistent version of TrigTauClusterDetailsContainer" );
TrigTauClusterDetailsContainerCnv_tlp1 m_converter1
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.
Container from TrigTauClusterDetails type objects.
virtual TrigTauClusterDetailsContainer_PERS * createPersistent(TrigTauClusterDetailsContainer *transObj)
TRANS * createTransient(MsgStream &log)
Create transient representation of the persistent object known to this converter.
msgSvc
Provide convenience handles for various services.
virtual TrigTauClusterDetailsContainer * createTransient()
TrigTauClusterDetailsContainerCnv_p2 m_converter
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.