|
ATLAS Offline Software
|
Go to the documentation of this file.
19 MsgStream
log(
msgSvc(),
"LArAutoCorrCompleteCnv" );
29 static const pool::Guid p1_guid(
"FA16A69D-241E-40F3-B710-77A95937E394");
30 static const pool::Guid p0_guid(
"4E7E36E9-2121-4327-88C5-8A516D6D6D2A");
33 std::unique_ptr< LArAutoCorrSubset_p1 > col_vect( poolReadObject< LArAutoCorrSubset_p1 >() );
34 MsgStream
log(
msgSvc(),
"LArAutoCorrCompleteCnv" );
41 MsgStream
log(
msgSvc(),
"LArAutoCorrCompleteCnv" );
52 throw std::runtime_error(
"Unsupported persistent version of LArAutoCorrCompleteCnv");
59 MsgStream
log(
msgSvc(),
"LArAutoCorrCompleteCnv" );
77 newAutoCorr->
assign (*oldAutoCorr,
AthenaPool converter LArAutoCorrComplete.
std::vector< double > m_vAutoCorr
virtual LArAutoCorrTransType * createTransient()
method to be implemented by the developer.
c-struct reproducing the structure of the persistent data
virtual LArAutoCorrPersType * createPersistent(LArAutoCorrTransType *transObj)
msgSvc
Provide convenience handles for various services.
virtual PERS * createPersistentConst(const TRANS *transObj, MsgStream &log) const
P * poolReadObject()
Read object of type P.
template class for use for I/O of conditions data
c-struct reproducing the structure of the persistent data
persistent class container of LArConditionsSubset for LArAutoCorr data.
void copyOldtoNew(const LArConditionsSubset< LArAutoCorrP > *oldAutoCorr, LArConditionsSubset< LArAutoCorrP1 > *newAutoCorr)
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
void assign(const LArConditionsSubset< U > &other, COPIER copier)
Copy from another subset object.
virtual TRANS * createTransientConst(const PERS *persObj, MsgStream &log) const