The Gaudi Framework  master (fb0007c6)
Loading...
Searching...
No Matches
RootDirectoryCnv.h
Go to the documentation of this file.
1/***********************************************************************************\
2* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3* *
4* This software is distributed under the terms of the Apache version 2 licence, *
5* copied verbatim in the file "LICENSE". *
6* *
7* In applying this licence, CERN does not waive the privileges and immunities *
8* granted to it by virtue of its status as an Intergovernmental Organization *
9* or submit itself to any jurisdiction. *
10\***********************************************************************************/
11//------------------------------------------------------------------------------
12// Definition of class : RootDirectoryCnv
13//--------------------------------------------------------------------
14//
15// Package : DbCnv/NTuples ( The LHCb Offline System)
16// Author : M.Frank
17//
18//------------------------------------------------------------------------------
19#pragma once
20
21// Include files
22#include <RootCnv/RootStatCnv.h>
23
24/*
25 * Gaudi namespace declaration
26 */
27namespace Gaudi {
28
40 public:
48 RootDirectoryCnv( long typ, const CLID& clid, ISvcLocator* svc, RootCnvSvc* mgr );
49
57 StatusCode createObj( IOpaqueAddress* pAddr, DataObject*& refpObj ) override;
58
66 StatusCode fillObjRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
67
75 StatusCode updateObj( IOpaqueAddress* pAddr, DataObject* pObj ) override;
76
85 StatusCode updateObjRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
86
95 StatusCode createRep( DataObject* pObj, IOpaqueAddress*& refpAddr ) override;
96
104 StatusCode fillRepRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
105
113 StatusCode updateRep( IOpaqueAddress* pAddr, DataObject* pObj ) override;
114
122 StatusCode updateRepRefs( IOpaqueAddress* pAddr, DataObject* pObj ) override;
123 };
124} // namespace Gaudi
unsigned int CLID
Class ID definition.
Definition ClassID.h:16
#define GAUDI_API
Definition Kernel.h:49
A DataObject is the base class of any identifiable object on any data store.
Definition DataObject.h:37
Description:
Definition RootCnvSvc.h:61
StatusCode updateRepRefs(IOpaqueAddress *pAddr, DataObject *pObj) override
Converter overrides: Update references of persistent object representation.
StatusCode createRep(DataObject *pObj, IOpaqueAddress *&refpAddr) override
Converter overrides: Convert the transient object to the requested representation.
StatusCode fillObjRefs(IOpaqueAddress *pAddr, DataObject *pObj) override
Converter overrides: Resolve the references of the transient object.
StatusCode updateObj(IOpaqueAddress *pAddr, DataObject *pObj) override
Converter overrides: Update transient object from persistent data.
RootDirectoryCnv(long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr)
Initializing Constructor.
StatusCode updateRep(IOpaqueAddress *pAddr, DataObject *pObj) override
Converter overrides: Update persistent object representation.
StatusCode updateObjRefs(IOpaqueAddress *pAddr, DataObject *pObj) override
Converter overrides: Update the references of an updated transient object.
StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&refpObj) override
Converter overrides: Create transient object from persistent data.
StatusCode fillRepRefs(IOpaqueAddress *pAddr, DataObject *pObj) override
Converter overrides: Fill references of persistent object representation.
RootStatCnv(long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr)
Initializing Constructor.
Opaque address interface definition.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition ISvcLocator.h:42
This class is used for returning status codes from appropriate routines.
Definition StatusCode.h:64
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition __init__.py:1