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