![]() |
The Gaudi Framework
master (ff829712)
|
NTuple converter class definition. More...
#include </builds/gaudi/Gaudi/RootHistCnv/src/RNTupleCnv.h>
Public Member Functions | |
StatusCode | initialize () override |
Initialize the converter. | |
StatusCode | finalize () override |
Finalize the converter. | |
StatusCode | createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) override |
Create the transient representation of an object. | |
StatusCode | updateObj (IOpaqueAddress *pAddr, DataObject *refpObj) override |
Update the transient object from the other representation. | |
StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) override |
Convert the transient object to the requested representation. | |
StatusCode | updateRep (IOpaqueAddress *pAddr, DataObject *pObj) override |
Update the converted representation of a transient object. | |
![]() | |
StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) override |
Convert the transient object to the requested representation. | |
long | repSvcType () const override |
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 |
![]() | |
StatusCode | initialize () override |
Initialize the converter. | |
StatusCode | finalize () override |
Initialize the converter. | |
StatusCode | setDataProvider (IDataProviderSvc *svc) override |
Set Data provider service. | |
SmartIF< IDataProviderSvc > & | dataProvider () const override |
Get Data provider service. | |
StatusCode | setConversionSvc (IConversionSvc *svc) override |
Set conversion service the converter is connected to. | |
SmartIF< IConversionSvc > & | conversionSvc () const override |
Get conversion service the converter is connected to. | |
StatusCode | setAddressCreator (IAddressCreator *creator) override |
Set address creator facility. | |
SmartIF< IAddressCreator > & | addressCreator () const override |
Retrieve address creator facility. | |
const CLID & | objType () const override |
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. | |
StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override |
Create the transient representation of an object. | |
StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
Resolve the references of the created transient object. | |
StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) override |
Update the transient object from the other representation. | |
StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
Update the references of an updated transient object. | |
StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override |
Convert the transient object to the requested representation. | |
StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
Resolve the references of the converted object. | |
StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) override |
Update the converted representation of a transient object. | |
StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
Update the references of an already converted object. | |
Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) | |
Standard Constructor. | |
SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
Return a pointer to the service identified by name (or "type/name") | |
![]() | |
void const * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. | |
implements ()=default | |
Default constructor. | |
implements (const implements &) | |
Copy constructor (zero the reference count) | |
implements & | operator= (const implements &) |
Assignment operator (do not touch the reference count). | |
unsigned long | addRef () const override |
Reference Interface instance. | |
unsigned long | release () const override |
Release Interface instance. | |
unsigned long | refCount () const override |
Current reference count. | |
Protected Member Functions | |
RNTupleCnv (ISvcLocator *svc, const CLID &clid) | |
Standard constructor. | |
virtual StatusCode | load (TTree *tree, INTuple *&refpObj)=0 |
Create the transient representation of an object. | |
virtual StatusCode | book (const std::string &desc, INTuple *pObj, TTree *&tree)=0 |
Book a new N tuple. | |
virtual StatusCode | writeData (TTree *rtree, INTuple *pObj)=0 |
Write N tuple data. | |
virtual StatusCode | readData (TTree *rtree, INTuple *pObj, long ievt)=0 |
Read N tuple data. | |
virtual std::string | rootVarType (int) |
Return ROOT type info: | |
![]() | |
RConverter (const CLID &clid, ISvcLocator *svc) | |
Standard constructor. | |
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) | |
![]() | |
SmartIF< ISvcLocator > & | serviceLocator () const |
Retrieve pointer to service locator. | |
SmartIF< IMessageSvc > & | msgSvc () const |
Retrieve pointer to message service. | |
SmartIF< IDataManagerSvc > & | dataManager () const |
Get Data Manager service. | |
![]() | |
unsigned long | decRef () const override |
Protected Attributes | |
SmartIF< INTupleSvc > | m_ntupleSvc |
Reference to N tuple service. | |
![]() | |
std::atomic_ulong | m_refCount |
Reference counter. | |
Additional Inherited Members | |
![]() | |
using | Factory = Gaudi::PluginService::Factory<IConverter*( ISvcLocator* )> |
![]() | |
using | base_class |
Typedef to this class. | |
using | extend_interfaces_base |
Typedef to the base of this class. | |
using | iids |
![]() | |
using | ext_iids |
take union of the ext_iids of all Interfaces... | |
![]() | |
static long | storageType () |
Inquire storage type. | |
NTuple converter class definition.
Package : RootHistCnv Author : Charles Leggett
|
protected |
Standard constructor.
Definition at line 38 of file RNTupleCnv.cpp.
|
protectedpure virtual |
Book a new N tuple.
Implemented in RootHistCnv::RCWNTupleCnv, and RootHistCnv::RRWNTupleCnv.
|
override |
Create the transient representation of an object.
Definition at line 89 of file RNTupleCnv.cpp.
|
override |
Convert the transient object to the requested representation.
Definition at line 124 of file RNTupleCnv.cpp.
|
override |
Finalize the converter.
Definition at line 55 of file RNTupleCnv.cpp.
|
override |
Initialize the converter.
Definition at line 43 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 204 of file RNTupleCnv.cpp.
|
override |
Update the transient object from the other representation.
Definition at line 63 of file RNTupleCnv.cpp.
|
override |
Update the converted representation of a transient object.
Definition at line 176 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 63 of file RNTupleCnv.h.