The Gaudi Framework
master (37c0b60a)
|
Classes | |
class | FileDescription |
class | PersistencyError |
class | PersistencyHelper |
class | RootPersistency |
class | UnknownPersistency |
Functions | |
def | get (type_) |
def | add (instance) |
Variables | |
__author__ | |
(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More... | |
_implementations | |
def GaudiPython.Persistency.add | ( | instance | ) |
Function to extend the list of known helpers. New helpers are added to the top of the list.
Definition at line 50 of file Persistency.py.
def GaudiPython.Persistency.get | ( | type_ | ) |
Return the PersistencyHerper implementing the given persistency type.
Definition at line 40 of file Persistency.py.
|
private |
(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".
# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #
Definition at line 15 of file Persistency.py.
|
private |
Definition at line 37 of file Persistency.py.