|
ATLAS Offline Software
|
Go to the documentation of this file.
23 const std::string&
key)
26 sc=LArCalibParamsCnvBase::PoolToDataObject(pObj,token,
key);
27 if (
sc.isFailure())
return sc;
30 if (!larCalibParams)
return StatusCode::FAILURE;
This templated class provides the converter to translate an object to/from its persistent POOL repres...
bool fromStorable(DataObject *pDObj, T *&pTrans, bool quiet=false, IRegisterTransient *irt=0, bool isConst=true)
virtual StatusCode PoolToDataObject(DataObject *&pObj, const Token *token, const std::string &key) override
Extend base-class conversion method.
LArCalibParamsCnv(ISvcLocator *svcloc)
This class provides a token that identifies in a unique way objects on the persistent storage.
Customized conversion for LArCalibParams.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual ~LArCalibParamsCnv()
virtual StatusCode initialize()