#include <TBBPCRawContCnv.h>
Definition at line 13 of file TBBPCRawContCnv.h.
◆ Base
◆ TBBPCRawContCnv()
TBBPCRawContCnv::TBBPCRawContCnv |
( |
ISvcLocator * |
svcloc | ) |
|
◆ ~TBBPCRawContCnv()
TBBPCRawContCnv::~TBBPCRawContCnv |
( |
| ) |
|
|
virtual |
◆ initialize()
StatusCode TBBPCRawContCnv::initialize |
( |
| ) |
|
|
overridevirtual |
◆ PoolToDataObject()
StatusCode TBBPCRawContCnv::PoolToDataObject |
( |
DataObject *& |
pObj, |
|
|
const Token * |
token, |
|
|
const std::string & |
key |
|
) |
| |
|
overridevirtual |
Extend base-class conversion method to modify when reading in.
Definition at line 38 of file TBBPCRawContCnv.cxx.
45 MsgStream
log(
msgSvc(),
"TBBPCRawContCnv::PoolToDataObject" );
47 StatusCode sc = TBBPCRawContCnvBase::PoolToDataObject(pObj, token,
key);
50 return StatusCode::FAILURE;
59 log << MSG::ERROR <<
" failed to cast to TBBPCRawCont " <<
endmsg ;
60 return StatusCode::FAILURE;
63 return StatusCode::SUCCESS;
◆ CnvFactory< TBBPCRawContCnv >
The documentation for this class was generated from the following files: