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 
31  public:
32 
40  RootDirectoryCnv(long typ, const CLID& clid, ISvcLocator* svc, RootCnvSvc* mgr);
41 
43  virtual ~RootDirectoryCnv() = default;
44 
52  virtual StatusCode createObj(IOpaqueAddress* pAddr,DataObject*& refpObj);
53 
61  virtual StatusCode fillObjRefs(IOpaqueAddress* pAddr,DataObject* pObj);
62 
70  virtual StatusCode updateObj(IOpaqueAddress* pAddr,DataObject* pObj);
71 
80  virtual StatusCode updateObjRefs(IOpaqueAddress* pAddr,DataObject* pObj);
81 
90  virtual StatusCode createRep(DataObject* pObj,IOpaqueAddress*& refpAddr);
91 
99  virtual StatusCode fillRepRefs(IOpaqueAddress* pAddr, DataObject* pObj);
100 
108  virtual StatusCode updateRep(IOpaqueAddress* pAddr,DataObject* pObj);
109 
117  virtual StatusCode updateRepRefs(IOpaqueAddress* pAddr,DataObject* pObj);
118  };
119 }
120 #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:52
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
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:30
#define GAUDI_API
Definition: Kernel.h:107
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