The Gaudi Framework  master (d98a2936)
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  */
27 namespace 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
Gaudi::RootCnvSvc
Definition: RootCnvSvc.h:61
IOpaqueAddress
Definition: IOpaqueAddress.h:28
ISvcLocator
Definition: ISvcLocator.h:42
Gaudi::RootStatCnv
Definition: RootStatCnv.h:39
StatusCode
Definition: StatusCode.h:64
CLID
unsigned int CLID
Class ID definition.
Definition: ClassID.h:16
Gaudi::RootDirectoryCnv
Definition: RootDirectoryCnv.h:39
Gaudi
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition: __init__.py:1
RootStatCnv.h
DataObject
Definition: DataObject.h:37
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:49