![]()  | 
  
    The Gaudi Framework
    v26r0
    
   | 
 
NTuple converter class definition for NTuples writted/read using ROOT. More...
#include <Root/RootNTupleCnv.h>


Public Member Functions | |
| RootNTupleCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) | |
| Standard constructor.  More... | |
| virtual | ~RootNTupleCnv () | 
| Standard destructor.  More... | |
| virtual StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAdd) | 
| Converter overrides: Convert the transient object to the requested representation.  More... | |
| virtual StatusCode | fillRepRefs (IOpaqueAddress *pAdd, DataObject *pObj) | 
| Resolve the references of the converted object.  More... | |
| virtual StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) | 
| Converter overrides: Update the references of an updated transient object.  More... | |
| virtual StatusCode | fillObjRefs (IOpaqueAddress *, DataObject *) | 
| Converter overrides: Update the references of an updated transient object.  More... | |
| virtual StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *pObject) | 
| Update the transient object: NTuples end here when reading records.  More... | |
| virtual StatusCode | updateObjRefs (IOpaqueAddress *, DataObject *) | 
| Converter overrides: Update the references of an updated transient object.  More... | |
| virtual StatusCode | updateRep (IOpaqueAddress *, DataObject *) | 
| Converter overrides: Update the converted representation of a transient object.  More... | |
| virtual StatusCode | updateRepRefs (IOpaqueAddress *, DataObject *) | 
| Converter overrides: Update the converted representation of a transient object.  More... | |
  Public Member Functions inherited from Gaudi::RootStatCnv | |
| RootStatCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) | |
| Initializing Constructor.  More... | |
| virtual | ~RootStatCnv () | 
| Standard Destructor.  More... | |
  Public Member Functions inherited from Gaudi::RootConverter | |
| RootConverter (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) | |
| Initializing Constructor.  More... | |
| virtual | ~RootConverter () | 
| Standard Destructor.  More... | |
| virtual long | repSvcType () const | 
| Retrieve the class type of the data store the converter uses.  More... | |
  Public Member Functions inherited from Converter | |
| 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... | |
| 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... | |
  Public Member Functions inherited from extend_interfaces1< IConverter > | |
| virtual | ~extend_interfaces1 () | 
| Virtual destructor.  More... | |
  Public Member Functions inherited from IConverter | |
| DeclareInterfaceID (IConverter, 3, 0) | |
| InterfaceID.  More... | |
| virtual | ~IConverter () | 
| Virtual destructor.  More... | |
  Public Member Functions inherited from IInterface | |
| 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 | |
| StatusCode | i__updateObjRoot (RootAddress *rpA, INTuple *tupl, TTree *tree, RootDataConnection *con) | 
| Update the transient object: NTuples end here when reading records.  More... | |
  Protected Member Functions inherited from Gaudi::RootStatCnv | |
| MsgStream & | log () const | 
| Helper to use mesage logger.  More... | |
| virtual StatusCode | initialize () | 
| Initialize converter object.  More... | |
| virtual StatusCode | finalize () | 
| Finalize converter object.  More... | |
| virtual const std::string | containerName (IRegistry *pDir) const | 
| Retrieve the name of the container a given object is placed into.  More... | |
| virtual const std::string | fileName (IRegistry *pReg) const | 
| Retrieve the name of the file a given object is placed into.  More... | |
| virtual const std::string | topLevel (IRegistry *pReg) const | 
| Retrieve the full path of the file a given object is placed into.  More... | |
| StatusCode | makeError (const std::string &msg, bool throw_exception=false) const | 
| Helper method to issue error messages.  More... | |
| StatusCode | saveDescription (const std::string &path, const std::string &ident, const std::string &desc, const std::string &opt, const CLID &clid) | 
| Save statistics object description.  More... | |
  Protected Member Functions inherited from Converter | |
| 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... | |
Additional Inherited Members | |
  Public Types inherited from Converter | |
| typedef  Gaudi::PluginService::Factory < IConverter *, ISvcLocator * >  | Factory | 
  Public Types inherited from implements1< IConverter > | |
| 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... | |
  Public Types inherited from extend_interfaces1< IConverter > | |
| typedef IConverter::iid::iids::type | ext_iids | 
| MPL set of interfaces extended by this one.  More... | |
  Public Types inherited from IConverter | |
| enum | Status {  INVALID_ADDRESS = IInterface::LAST_ERROR+1, INVALID_OBJECT, NO_MEMORY, BAD_STORAGE_TYPE, NO_SOURCE_OBJECT, ICONVERSIONSVC_LAST_ERROR }  | 
| Status code.  More... | |
  Public Types inherited from IInterface | |
| 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 Public Member Functions inherited from IInterface | |
| static const InterfaceID & | interfaceID () | 
| Return an instance of InterfaceID identifying the interface.  More... | |
  Protected Attributes inherited from Gaudi::RootStatCnv | |
| IDataManagerSvc * | m_dataMgr | 
| Reference to data manager service to manipulate the TES.  More... | |
| MsgStream * | m_log | 
| Reference to logger object.  More... | |
  Protected Attributes inherited from Gaudi::RootConverter | |
| RootCnvSvc * | m_dbMgr | 
| Conversion service needed for proper operation to forward requests.  More... | |
NTuple converter class definition for NTuples writted/read using ROOT.
Description: Definition of the generic converter for row wise and column wise Ntuples.
Definition at line 35 of file RootNTupleCnv.h.
      
  | 
  inline | 
Standard constructor.
| clid | [IN] Class ID of the object type to be converted. | 
| db | [IN] Pointer to POOL database interface | 
| svc | [IN] Pointer to Gaudi service locator | 
Definition at line 55 of file RootNTupleCnv.h.
      
  | 
  inlinevirtual | 
      
  | 
  virtual | 
Converter overrides: Update the references of an updated transient object.
| pAddress | [IN] Valid pointer to the object's opaque address | 
| refpObject | [OUT] Location to store pointer to DataObject | 
Reimplemented from Gaudi::RootConverter.
Definition at line 137 of file RootNTupleCnv.cpp.
      
  | 
  virtual | 
Converter overrides: Convert the transient object to the requested representation.
Convert the transient object to the requested representation.
| pObj | [IN] Valid pointer to DataObject | 
| refpAdd | [OUT] Location to store pointer to the object's opaque address | 
Reimplemented from Gaudi::RootConverter.
Definition at line 400 of file RootNTupleCnv.cpp.
      
  | 
  inlinevirtual | 
Converter overrides: Update the references of an updated transient object.
| pAddress | [IN] Valid pointer to the object's opaque address | 
| pObject | [IN] Valid pointer to DataObject | 
Reimplemented from Gaudi::RootConverter.
Definition at line 100 of file RootNTupleCnv.h.
      
  | 
  virtual | 
Resolve the references of the converted object.
| pAdd | [IN] Valid pointer to the object's opaque address | 
| pObj | [IN] Valid pointer to DataObject | 
Reimplemented from Gaudi::RootConverter.
Definition at line 656 of file RootNTupleCnv.cpp.
      
  | 
  protected | 
Update the transient object: NTuples end here when reading records.
Definition at line 293 of file RootNTupleCnv.cpp.
      
  | 
  virtual | 
Update the transient object: NTuples end here when reading records.
| pAddress | [IN] Valid pointer to the object's opaque address | 
| pObject | [IN] Valid pointer to DataObject | 
Reimplemented from Converter.
Definition at line 267 of file RootNTupleCnv.cpp.
      
  | 
  inlinevirtual | 
Converter overrides: Update the references of an updated transient object.
| pAddress | [IN] Valid pointer to the object's opaque address | 
| pObject | [IN] Valid pointer to DataObject | 
Reimplemented from Converter.
Definition at line 122 of file RootNTupleCnv.h.
      
  | 
  inlinevirtual | 
Converter overrides: Update the converted representation of a transient object.
| pAddress | [IN] Valid pointer to the object's opaque address | 
| pObject | [IN] Valid pointer to DataObject | 
Reimplemented from Converter.
Definition at line 134 of file RootNTupleCnv.h.
      
  | 
  inlinevirtual | 
Converter overrides: Update the converted representation of a transient object.
| pAddress | [IN] Valid pointer to the object's opaque address | 
| pObject | [IN] Valid pointer to DataObject | 
Reimplemented from Converter.
Definition at line 146 of file RootNTupleCnv.h.