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