#include <RecBTofCalHitCnv.h>
|
virtual | ~RecBTofCalHitCnv () |
|
| RootEventBaseCnv (const CLID &clid, ISvcLocator *svc) |
|
virtual | ~RootEventBaseCnv () |
|
virtual long | repSvcType () const |
|
virtual StatusCode | initialize () |
|
virtual StatusCode | finalize () |
|
void | declareObject (const std::string &fullPath, const CLID &clid, const std::string &treename, const std::string &branchname) |
| Store TDS path to link a particular converter to an object on the TDS.
|
|
virtual StatusCode | createObj (IOpaqueAddress *addr, DataObject *&dat) |
| Convert the persistent object to transient.
|
|
virtual StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) |
| Convert the transient object to the requested representation.
|
|
virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Resolve the references of the converted object.
|
|
virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Resolve the references of the converted object.
|
|
virtual StatusCode | DataObjectToTObject (DataObject *dat, RootAddress *addr)=0 |
| Do the concrete conversion from TDS to ROOT.
|
|
virtual StatusCode | TObjectToDataObject (DataObject *&dat)=0 |
| Do the concrete conversion from ROOT to TDS.
|
|
TObject * | getReadObject () const |
| get the object to be read
|
|
destination * | operator (const source &) const |
|
|
static const CLID & | classID () |
|
static const unsigned char | storageType () |
| Storage type and class ID.
|
|
Definition at line 15 of file RecBTofCalHitCnv.h.
◆ ~RecBTofCalHitCnv()
virtual RecBTofCalHitCnv::~RecBTofCalHitCnv |
( |
| ) |
|
|
inlinevirtual |
◆ RecBTofCalHitCnv()
RecBTofCalHitCnv::RecBTofCalHitCnv |
( |
ISvcLocator * |
svc | ) |
|
|
protected |
Definition at line 33 of file RecBTofCalHitCnv.cxx.
35{
36
37
38 MsgStream log(
msgSvc(),
"RecBTofCalHitCnv");
39
40
42
44 m_mucTrackCol=0;
45}
static const CLID & classID()
Base class for all Root Converters.
std::vector< void * > m_adresses
each converter knows the corresponding adresses
std::string m_rootBranchname
root branchname (may be concatenated of severals)
◆ classID()
static const CLID & RecBTofCalHitCnv::classID |
( |
| ) |
|
|
inlinestatic |
◆ DataObjectToTObject()
StatusCode RecBTofCalHitCnv::DataObjectToTObject |
( |
DataObject * |
obj, |
|
|
RootAddress * |
addr |
|
) |
| |
|
protectedvirtual |
◆ TObjectToDataObject()
StatusCode RecBTofCalHitCnv::TObjectToDataObject |
( |
DataObject *& |
obj | ) |
|
|
protectedvirtual |
◆ CnvFactory< RecBTofCalHitCnv >
The documentation for this class was generated from the following files: