|
ATLAS Offline Software
|
Go to the documentation of this file.
31 static const pool::Guid tlp1_guid(
"8C24589F-FBAA-4686-9254-B5C360A94733");
36 ATH_MSG_DEBUG(
"InDetLowBetaCandidateCnv::reading tlp1 persistent object");
37 std::unique_ptr<InDetLowBetaCandidate_tlp1> col_vect(this->poolReadObject<InDetLowBetaCandidate_tlp1>());
40 throw std::runtime_error(
"Unsupported persistent version of Data container");
InDet::InDetLowBetaCandidate * createTransient()
InDetLowBetaCandidateCnv_tlp1 * m_TPConverter
TRANS * createTransient(MsgStream &log)
Create transient representation of the persistent object known to this converter.
Compatibility for old converter classes that don't get passed the key.
InDetLowBetaCandidate_PERS * createPersistent(InDet::InDetLowBetaCandidate *transCont)
InDetLowBetaCandidateCnv(ISvcLocator *svcloc)
MsgStream & msg() const
The standard message stream.
virtual TL_PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of transObj.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
~InDetLowBetaCandidateCnv()