#include <TBMWPCRawContCnv.h>
Definition at line 13 of file TBMWPCRawContCnv.h.
◆ Base
◆ TBMWPCRawContCnv()
TBMWPCRawContCnv::TBMWPCRawContCnv |
( |
ISvcLocator * |
svcloc | ) |
|
◆ ~TBMWPCRawContCnv()
TBMWPCRawContCnv::~TBMWPCRawContCnv |
( |
| ) |
|
|
virtual |
◆ initialize()
StatusCode TBMWPCRawContCnv::initialize |
( |
| ) |
|
|
overridevirtual |
◆ PoolToDataObject()
StatusCode TBMWPCRawContCnv::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 TBMWPCRawContCnv.cxx.
45 MsgStream
log(
msgSvc(),
"TBMWPCRawContCnv::PoolToDataObject" );
47 StatusCode sc = TBMWPCRawContCnvBase::PoolToDataObject(pObj, token,
key);
50 return StatusCode::FAILURE;
59 log << MSG::ERROR <<
" failed to cast to TBMWPCRawCont " <<
endmsg ;
60 return StatusCode::FAILURE;
63 return StatusCode::SUCCESS;
◆ CnvFactory< TBMWPCRawContCnv >
The documentation for this class was generated from the following files: