![]() |
The Gaudi Framework
v26r1
|
#include <src/RConverter.h>


Public Member Functions | |
| virtual StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) |
| Convert the transient object to the requested representation. | |
| long | repSvcType () const |
| Retrieve the class type of the data store the converter uses. | |
| StatusCode | error (const std::string &msg) |
| StatusCode | regTFile (const std::string, const TFile *) |
| StatusCode | findTFile (const std::string, TFile *&) |
| std::string | diskDirectory (const std::string &loc) |
| std::string | directory (const std::string &loc) |
| void | setDirectory (const std::string &loc) |
| void | setDiskDirectory (const std::string &loc) |
| StatusCode | createDirectory (const std::string &loc) |
| StatusCode | createDiskDirectory (const std::string &loc) |
| std::string | getDirectory () |
| std::string | convertId (const std::string &) const |
Public Member Functions inherited from Converter | |
| virtual StatusCode | initialize () |
| Initialize the converter. | |
| virtual StatusCode | finalize () |
| Initialize the converter. | |
| virtual StatusCode | setDataProvider (IDataProviderSvc *svc) |
| Set Data provider service. | |
| virtual SmartIF < IDataProviderSvc > & | dataProvider () const |
| Get Data provider service. | |
| virtual StatusCode | setConversionSvc (IConversionSvc *svc) |
| Set conversion service the converter is connected to. | |
| virtual SmartIF< IConversionSvc > & | conversionSvc () const |
| Get conversion service the converter is connected to. | |
| virtual StatusCode | setAddressCreator (IAddressCreator *creator) |
| Set address creator facility. | |
| virtual SmartIF < IAddressCreator > & | addressCreator () const |
| Retrieve address creator facility. | |
| virtual const CLID & | objType () const |
| Retrieve the class type of objects the converter produces. | |
| virtual long | i_repSvcType () const |
| Retrieve the class type of the data store the converter uses. | |
| virtual StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) |
| Create the transient representation of an object. | |
| virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Resolve the references of the created transient object. | |
| virtual StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) |
| Update the transient object from the other representation. | |
| virtual StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Update the references of an updated transient object. | |
| virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Resolve the references of the converted object. | |
| virtual StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) |
| Update the converted representation of a transient object. | |
| virtual StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Update the references of an already converted object. | |
| Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) | |
| Standard Constructor. | |
| template<class T > | |
| StatusCode | service (const std::string &name, T *&psvc, bool createIf=false) const |
| Access a service by name, creating it if it doesn't already exist. | |
| template<class T > | |
| StatusCode | service (const std::string &type, const std::string &name, T *&psvc) const |
| Access a service by name, type creating it if it doesn't already exist. | |
| SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
| Return a pointer to the service identified by name (or "type/name") | |
| virtual StatusCode | initialize () |
| Initialize the converter. | |
| virtual StatusCode | finalize () |
| Initialize the converter. | |
| virtual StatusCode | setDataProvider (IDataProviderSvc *svc) |
| Set Data provider service. | |
| virtual SmartIF < IDataProviderSvc > & | dataProvider () const |
| Get Data provider service. | |
| virtual StatusCode | setConversionSvc (IConversionSvc *svc) |
| Set conversion service the converter is connected to. | |
| virtual SmartIF< IConversionSvc > & | conversionSvc () const |
| Get conversion service the converter is connected to. | |
| virtual StatusCode | setAddressCreator (IAddressCreator *creator) |
| Set address creator facility. | |
| virtual SmartIF < IAddressCreator > & | addressCreator () const |
| Retrieve address creator facility. | |
| virtual const CLID & | objType () const |
| Retrieve the class type of objects the converter produces. | |
| virtual long | i_repSvcType () const |
| Retrieve the class type of the data store the converter uses. | |
| virtual StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) |
| Create the transient representation of an object. | |
| virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Resolve the references of the created transient object. | |
| virtual StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) |
| Update the transient object from the other representation. | |
| virtual StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Update the references of an updated transient object. | |
| virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Resolve the references of the converted object. | |
| virtual StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) |
| Update the converted representation of a transient object. | |
| virtual StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| Update the references of an already converted object. | |
| Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) | |
| Standard Constructor. | |
| template<class T > | |
| StatusCode | service (const std::string &name, T *&psvc, bool createIf=false) const |
| Access a service by name, creating it if it doesn't already exist. | |
| template<class T > | |
| StatusCode | service (const std::string &type, const std::string &name, T *&psvc) const |
| Access a service by name, type creating it if it doesn't already exist. | |
| SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
| Return a pointer to the service identified by name (or "type/name") | |
Static Public Member Functions | |
| static long | storageType () |
| Inquire storage type. | |
Protected Member Functions | |
| RConverter (const CLID &clid, ISvcLocator *svc) | |
| Standard constructor. | |
| virtual | ~RConverter () |
| Standard destructor. | |
| virtual StatusCode | readObject (IOpaqueAddress *pAddr, DataObject *&refpObj) |
| Create the transient representation of an object. | |
| virtual TObject * | createPersistent (DataObject *pObj) |
| Create the persistent representation of an object. | |
| StatusCode | createAddress (DataObject *pObject, TDirectory *pDir, TObject *pTObject, IOpaqueAddress *&refpAddr) |
| Create address of the transient object according to the requested representation. | |
| StatusCode | createAddress (const std::string &rzdir, const CLID &clid, long id, TObject *pTobj, IOpaqueAddress *&refpAddress) |
| StatusCode | createAddress (const std::string &rzdir, const CLID &clid, const std::string &title, TObject *pTobj, IOpaqueAddress *&refpAddress) |
| TDirectory * | changeDirectory (DataObject *pObject) |
| Switch to object directory (=Parent directory) | |
Protected Member Functions inherited from Converter | |
| virtual | ~Converter () |
| Standard Destructor. | |
| SmartIF< ISvcLocator > & | serviceLocator () const |
| Retrieve pointer to service locator. | |
| SmartIF< IMessageSvc > & | msgSvc () const |
| Retrieve pointer to message service. | |
| SmartIF< IMessageSvc > & | messageService () const |
| SmartIF< IDataManagerSvc > & | dataManager () const |
| Get Data Manager service. | |
| virtual | ~Converter () |
| Standard Destructor. | |
| SmartIF< ISvcLocator > & | serviceLocator () const |
| Retrieve pointer to service locator. | |
| SmartIF< IMessageSvc > & | msgSvc () const |
| Retrieve pointer to message service. | |
| SmartIF< IMessageSvc > & | messageService () const |
| SmartIF< IDataManagerSvc > & | dataManager () const |
| Get Data Manager service. | |
Additional Inherited Members | |
Public Types inherited from Converter | |
| typedef Gaudi::PluginService::Factory < IConverter *, ISvcLocator * > | Factory |
| typedef Gaudi::PluginService::Factory < IConverter *, ISvcLocator * > | Factory |
Root Converter.
Definition at line 34 of file RConverter.h.
|
inlineprotected |
Standard constructor.
Definition at line 59 of file RConverter.h.
|
inlineprotectedvirtual |
|
protected |
Switch to object directory (=Parent directory)
Definition at line 236 of file RConverter.cpp.
| std::string RootHistCnv::RConverter::convertId | ( | const std::string & | id | ) | const |
Definition at line 370 of file RConverter.cpp.
|
protected |
Create address of the transient object according to the requested representation.
Definition at line 171 of file RConverter.cpp.
|
protected |
Definition at line 218 of file RConverter.cpp.
|
protected |
Definition at line 197 of file RConverter.cpp.
| StatusCode RootHistCnv::RConverter::createDirectory | ( | const std::string & | loc | ) |
Definition at line 26 of file RConverter.cpp.
| StatusCode RootHistCnv::RConverter::createDiskDirectory | ( | const std::string & | loc | ) |
|
protectedvirtual |
Create the persistent representation of an object.
Reimplemented in RootHistCnv::RHistogramCnv< T, S, Q >.
Definition at line 302 of file RConverter.cpp.
|
virtual |
Convert the transient object to the requested representation.
Reimplemented from Converter.
Reimplemented in RootHistCnv::RFileCnv, RootHistCnv::RNTupleCnv, RootHistCnv::RDirectoryCnv, and RootHistCnv::DirectoryCnv.
Definition at line 264 of file RConverter.cpp.
| std::string RootHistCnv::RConverter::directory | ( | const std::string & | loc | ) |
Definition at line 113 of file RConverter.cpp.
| std::string RootHistCnv::RConverter::diskDirectory | ( | const std::string & | loc | ) |
Definition at line 81 of file RConverter.cpp.
| StatusCode RootHistCnv::RConverter::error | ( | const std::string & | msg | ) |
Definition at line 386 of file RConverter.cpp.
| StatusCode RootHistCnv::RConverter::findTFile | ( | const std::string | id, |
| TFile *& | tfile | ||
| ) |
Definition at line 331 of file RConverter.cpp.
| std::string RootHistCnv::RConverter::getDirectory | ( | ) |
Definition at line 162 of file RConverter.cpp.
|
protectedvirtual |
Create the transient representation of an object.
Definition at line 289 of file RConverter.cpp.
| StatusCode RootHistCnv::RConverter::regTFile | ( | const std::string | id, |
| const TFile * | tfile | ||
| ) |
Definition at line 309 of file RConverter.cpp.
|
inlinevirtual |
Retrieve the class type of the data store the converter uses.
Implements IConverter.
Definition at line 41 of file RConverter.h.
| void RootHistCnv::RConverter::setDirectory | ( | const std::string & | loc | ) |
Definition at line 120 of file RConverter.cpp.
| void RootHistCnv::RConverter::setDiskDirectory | ( | const std::string & | loc | ) |
Definition at line 155 of file RConverter.cpp.
|
inlinestatic |