#include <TBHitContCnv.h>
Definition at line 13 of file TBHitContCnv.h.
◆ Base
◆ TBHitContCnv()
TBHitContCnv::TBHitContCnv |
( |
ISvcLocator * |
svcloc | ) |
|
Definition at line 15 of file TBHitContCnv.cxx.
18 TBHitContCnvBase::T_AthenaPoolCnv(svcloc)
◆ ~TBHitContCnv()
TBHitContCnv::~TBHitContCnv |
( |
| ) |
|
|
virtual |
◆ initialize()
StatusCode TBHitContCnv::initialize |
( |
| ) |
|
|
overridevirtual |
initialization
Definition at line 25 of file TBHitContCnv.cxx.
32 log << MSG::INFO <<
"initialize()" <<
endmsg;
34 return StatusCode::SUCCESS;
◆ PoolToDataObject()
StatusCode TBHitContCnv::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 TBHitContCnv.cxx.
45 MsgStream
log(
msgSvc(),
"TBHitContCnv::PoolToDataObject" );
50 return StatusCode::FAILURE;
59 log << MSG::ERROR <<
" failed to cast to TBHitCont " <<
endmsg ;
60 return StatusCode::FAILURE;
63 return StatusCode::SUCCESS;
◆ CnvFactory< TBHitContCnv >
The documentation for this class was generated from the following files: