The Gaudi Framework  v30r3 (a5ef0a68)
RootDirectoryCnv.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
2 // Definition of class : RootDirectoryCnv
3 //--------------------------------------------------------------------
4 //
5 // Package : DbCnv/NTuples ( The LHCb Offline System)
6 // Author : M.Frank
7 //
8 //------------------------------------------------------------------------------
9 #ifndef POOLDB_POOLDBDIRECTORYCNV_H
10 #define POOLDB_POOLDBDIRECTORYCNV_H 1
11 
12 // Include files
13 #include "RootCnv/RootStatCnv.h"
14 
15 /*
16  * Gaudi namespace declaration
17  */
18 namespace Gaudi
19 {
20 
32  {
33  public:
41  RootDirectoryCnv( long typ, const CLID& clid, ISvcLocator* svc, RootCnvSvc* mgr );
42 
50  StatusCode createObj( IOpaqueAddress* pAddr, DataObject*& refpObj ) override;
51 
59  StatusCode fillObjRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
60 
68  StatusCode updateObj( IOpaqueAddress* pAddr, DataObject* pObj ) override;
69 
78  StatusCode updateObjRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
79 
88  StatusCode createRep( DataObject* pObj, IOpaqueAddress*& refpAddr ) override;
89 
97  StatusCode fillRepRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
98 
106  StatusCode updateRep( IOpaqueAddress* pAddr, DataObject* pObj ) override;
107 
115  StatusCode updateRepRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
116  };
117 }
118 #endif // POOLDB_POOLDBDIRECTORYCNV_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
Description:
Definition: RootCnvSvc.h:53
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
unsigned int CLID
Class ID definition.
Definition: ClassID.h:8
Description: NTuple directory converter class definition Definition of the converter to manage the di...
Opaque address interface definition.
Description: Base class converter for N-tuples and related classes.
Definition: RootStatCnv.h:31
#define GAUDI_API
Definition: Kernel.h:104
A DataObject is the base class of any identifiable object on any data store.
Definition: DataObject.h:30
Helper functions to set/get the application return code.
Definition: __init__.py:1