![]() |
The Gaudi Framework
v26r0
|
NTuple converter class definition. More...
#include <src/RNTupleCnv.h>
Public Member Functions | |
virtual StatusCode | initialize () |
Initialize the converter. More... | |
virtual StatusCode | finalize () |
Finalize the converter. More... | |
virtual StatusCode | createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) |
Create the transient representation of an object. More... | |
virtual StatusCode | updateObj (IOpaqueAddress *pAddr, DataObject *refpObj) |
Update the transient object from the other representation. More... | |
virtual StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) |
Convert the transient object to the requested representation. More... | |
virtual StatusCode | updateRep (IOpaqueAddress *pAddr, DataObject *pObj) |
Update the converted representation of a transient object. More... | |
![]() | |
long | repSvcType () const |
Retrieve the class type of the data store the converter uses. More... | |
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 |
![]() | |
virtual StatusCode | setDataProvider (IDataProviderSvc *svc) |
Set Data provider service. More... | |
virtual SmartIF < IDataProviderSvc > & | dataProvider () const |
Get Data provider service. More... | |
virtual StatusCode | setConversionSvc (IConversionSvc *svc) |
Set conversion service the converter is connected to. More... | |
virtual SmartIF< IConversionSvc > & | conversionSvc () const |
Get conversion service the converter is connected to. More... | |
virtual StatusCode | setAddressCreator (IAddressCreator *creator) |
Set address creator facility. More... | |
virtual SmartIF < IAddressCreator > & | addressCreator () const |
Retrieve address creator facility. More... | |
virtual const CLID & | objType () const |
Retrieve the class type of objects the converter produces. More... | |
virtual long | i_repSvcType () const |
Retrieve the class type of the data store the converter uses. More... | |
virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
Resolve the references of the created transient object. More... | |
virtual StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
Update the references of an updated transient object. More... | |
virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
Resolve the references of the converted object. More... | |
virtual StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
Update the references of an already converted object. More... | |
Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) | |
Standard Constructor. More... | |
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. More... | |
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. More... | |
SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
Return a pointer to the service identified by name (or "type/name") More... | |
![]() | |
virtual | ~extend_interfaces1 () |
Virtual destructor. More... | |
![]() | |
DeclareInterfaceID (IConverter, 3, 0) | |
InterfaceID. More... | |
virtual | ~IConverter () |
Virtual destructor. More... | |
![]() | |
virtual void * | i_cast (const InterfaceID &) const =0 |
main cast function More... | |
virtual std::vector< std::string > | getInterfaceNames () const =0 |
Returns a vector of strings containing the names of all the implemented interfaces. More... | |
virtual unsigned long | addRef ()=0 |
Increment the reference count of Interface instance. More... | |
virtual unsigned long | release ()=0 |
Release Interface instance. More... | |
virtual unsigned long | refCount () const =0 |
Current reference count. More... | |
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
Set the void** to the pointer to the requested interface of the instance. More... | |
virtual | ~IInterface () |
Virtual destructor. More... | |
Protected Member Functions | |
RNTupleCnv (ISvcLocator *svc, const CLID &clid) | |
Standard constructor. More... | |
virtual | ~RNTupleCnv () |
Standard destructor. More... | |
virtual StatusCode | load (TTree *tree, INTuple *&refpObj)=0 |
Create the transient representation of an object. More... | |
virtual StatusCode | book (const std::string &desc, INTuple *pObj, TTree *&tree)=0 |
Book a new N tuple. More... | |
virtual StatusCode | writeData (TTree *rtree, INTuple *pObj)=0 |
Write N tuple data. More... | |
virtual StatusCode | readData (TTree *rtree, INTuple *pObj, long ievt)=0 |
Read N tuple data. More... | |
virtual std::string | rootVarType (int) |
Return ROOT type info: More... | |
![]() | |
RConverter (const CLID &clid, ISvcLocator *svc) | |
Standard constructor. More... | |
virtual | ~RConverter () |
Standard destructor. More... | |
virtual StatusCode | readObject (IOpaqueAddress *pAddr, DataObject *&refpObj) |
Create the transient representation of an object. More... | |
virtual TObject * | createPersistent (DataObject *pObj) |
Create the persistent representation of an object. More... | |
StatusCode | createAddress (DataObject *pObject, TDirectory *pDir, TObject *pTObject, IOpaqueAddress *&refpAddr) |
Create address of the transient object according to the requested representation. More... | |
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) More... | |
![]() | |
virtual | ~Converter () |
Standard Destructor. More... | |
SmartIF< ISvcLocator > & | serviceLocator () const |
Retrieve pointer to service locator. More... | |
SmartIF< IMessageSvc > & | msgSvc () const |
Retrieve pointer to message service. More... | |
SmartIF< IMessageSvc > & | messageService () const |
SmartIF< IDataManagerSvc > & | dataManager () const |
Get Data Manager service. More... | |
Protected Attributes | |
SmartIF< INTupleSvc > | m_ntupleSvc |
Reference to N tuple service. More... | |
Additional Inherited Members | |
![]() | |
typedef Gaudi::PluginService::Factory < IConverter *, ISvcLocator * > | Factory |
![]() | |
typedef implements1 | base_class |
Typedef to this class. More... | |
typedef extend_interfaces1 < IConverter > | extend_interfaces_base |
Typedef to the base of this class. More... | |
typedef extend_interfaces_base::ext_iids | interfaces |
MPL set of all the implemented interfaces. More... | |
![]() | |
typedef IConverter::iid::iids::type | ext_iids |
MPL set of interfaces extended by this one. More... | |
![]() | |
enum | Status { INVALID_ADDRESS = IInterface::LAST_ERROR+1, INVALID_OBJECT, NO_MEMORY, BAD_STORAGE_TYPE, NO_SOURCE_OBJECT, ICONVERSIONSVC_LAST_ERROR } |
Status code. More... | |
![]() | |
enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
Return status. More... | |
typedef Gaudi::InterfaceId < IInterface, 0, 0 > | iid |
Interface ID. More... | |
typedef mpl::set1< iid > | ext_iids |
Extra interfaces. More... | |
![]() | |
static long | storageType () |
Inquire storage type. More... | |
![]() | |
static const InterfaceID & | interfaceID () |
Return an instance of InterfaceID identifying the interface. More... | |
NTuple converter class definition.
Package : RootHistCnv Author : Charles Leggett
Definition at line 24 of file RNTupleCnv.h.
|
protected |
Standard constructor.
Definition at line 35 of file RNTupleCnv.cpp.
|
protectedvirtual |
|
protectedpure virtual |
Book a new N tuple.
Implemented in RootHistCnv::RCWNTupleCnv, and RootHistCnv::RRWNTupleCnv.
|
virtual |
Create the transient representation of an object.
Reimplemented from Converter.
Definition at line 100 of file RNTupleCnv.cpp.
|
virtual |
Convert the transient object to the requested representation.
Reimplemented from RootHistCnv::RConverter.
Definition at line 137 of file RNTupleCnv.cpp.
|
virtual |
Finalize the converter.
Reimplemented from Converter.
Definition at line 62 of file RNTupleCnv.cpp.
|
virtual |
Initialize the converter.
Reimplemented from Converter.
Definition at line 49 of file RNTupleCnv.cpp.
|
protectedpure virtual |
Create the transient representation of an object.
Implemented in RootHistCnv::RCWNTupleCnv, and RootHistCnv::RRWNTupleCnv.
|
protectedpure virtual |
Read N tuple data.
Implemented in RootHistCnv::RCWNTupleCnv, and RootHistCnv::RRWNTupleCnv.
|
protectedvirtual |
Return ROOT type info:
Definition at line 229 of file RNTupleCnv.cpp.
|
virtual |
Update the transient object from the other representation.
Reimplemented from Converter.
Definition at line 71 of file RNTupleCnv.cpp.
|
virtual |
Update the converted representation of a transient object.
Reimplemented from Converter.
Definition at line 197 of file RNTupleCnv.cpp.
|
protectedpure virtual |
Write N tuple data.
Implemented in RootHistCnv::RCWNTupleCnv, and RootHistCnv::RRWNTupleCnv.
|
protected |
Reference to N tuple service.
Definition at line 58 of file RNTupleCnv.h.