|
ATLAS Offline Software
|
Go to the documentation of this file.
12 p0_guid(
"B15FFDA0-206D-4062-8B5F-582A1ECD5502"),
13 p1_guid(
"9F58DDD2-ACDC-4ECF-A714-779B05F94649")
19 MsgStream
log(
msgSvc(),
"TBLArDigitContainerCnv");
29 MsgStream
log(
msgSvc(),
"TBLArDigitContainerCnv" );
32 log <<
MSG::DEBUG <<
"Read version p0 of TBLArDigitContainer. GUID="
34 return poolReadObject<TBLArDigitContainer>();
45 log << MSG::ERROR <<
"Unsupported persistent version of TBLArDigitContainer. GUID="
47 throw std::runtime_error(
"Unsupported persistent version of Data Collection");
const std::string toString() const
Automatic conversion to string representation.
virtual TBLArDigitContainer * createTransient()
TBLArDigitContainer_p1 TBLArDigitContainerPERS
virtual TBLArDigitContainerPERS * createPersistent(TBLArDigitContainer *)
msgSvc
Provide convenience handles for various services.
Compatibility for old converter classes that don't get passed the key.
TBLArDigitContainerCnv(ISvcLocator *)
virtual void persToTrans(const TBLArDigitContainer_p1 *pers, TBLArDigitContainer *trans, MsgStream &log) const override
TBLArDigitContainerCnv_p1 m_converter
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
virtual void transToPers(const TBLArDigitContainer *trans, TBLArDigitContainer_p1 *pers, MsgStream &log) const override