![]() |
The Gaudi Framework
master (ff829712)
|
Classes | |
class | Configurable |
class | ConfigurableMeta |
class | Property |
Functions | |
useGlobalInstances (enable) | |
opt_repr (value) | |
makeConfigurableClass (name, **namespace) | |
all_options (explicit_defaults=False) | |
Variables | |
bool | _GLOBAL_INSTANCES = False |
(c) Copyright 1998-2025 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". | |
GaudiConfig2._configurables.all_options | ( | explicit_defaults = False | ) |
Return a dictionary with all explicitly set options, or with also the defaults if explicit_defaults is set to True.
Definition at line 315 of file _configurables.py.
GaudiConfig2._configurables.makeConfigurableClass | ( | name, | |
** | namespace ) |
Create a Configurable specialization.
Definition at line 305 of file _configurables.py.
GaudiConfig2._configurables.opt_repr | ( | value | ) |
String representation of the value, such that it can be consumed be the Gaudi option parsers.
Definition at line 120 of file _configurables.py.
GaudiConfig2._configurables.useGlobalInstances | ( | enable | ) |
Enable or disable the global instances database. By default global instances are enabled.
Definition at line 15 of file _configurables.py.
|
protected |
(c) Copyright 1998-2025 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. #
Classes and functions for handling Configurables
Definition at line 12 of file _configurables.py.