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