#include <RecETofCalHitCnv.h>
|
virtual | ~RecETofCalHitCnv () |
|
| 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.
|
|
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 RecETofCalHitCnv.h.
◆ ~RecETofCalHitCnv()
virtual RecETofCalHitCnv::~RecETofCalHitCnv |
( |
| ) |
|
|
inlinevirtual |
◆ RecETofCalHitCnv()
RecETofCalHitCnv::RecETofCalHitCnv |
( |
ISvcLocator * | svc | ) |
|
|
protected |
Definition at line 33 of file RecETofCalHitCnv.cxx.
35{
36
37
38 MsgStream log(
msgSvc(),
"RecETofCalHitCnv");
39
40
42
44 m_mucTrackCol=0;
45}
static const CLID & classID()
std::vector< void * > m_adresses
each converter knows the corresponding adresses
std::string m_rootBranchname
root branchname (may be concatenated of severals)
RootEventBaseCnv(const CLID &clid, ISvcLocator *svc)
◆ classID()
static const CLID & RecETofCalHitCnv::classID |
( |
| ) |
|
|
inlinestatic |
◆ DataObjectToTObject()
StatusCode RecETofCalHitCnv::DataObjectToTObject |
( |
DataObject * | obj, |
|
|
RootAddress * | addr ) |
|
protectedvirtual |
◆ TObjectToDataObject()
StatusCode RecETofCalHitCnv::TObjectToDataObject |
( |
DataObject *& | obj | ) |
|
|
protectedvirtual |
◆ CnvFactory< RecETofCalHitCnv >
The documentation for this class was generated from the following files: