![]() |
The Gaudi Framework
v38r2 (5b3c9e4d)
|
Functions | |
| def | configure (gaudi=None) |
Variables | |
| OutputLevel = 3, | |
| alg | |
| int | Int = 101, |
| int | Int64 = 1 << 32, |
| UInt64 = int(1 << 32), | |
| float | Double = 101.1e10, |
| string | String = 'hundred "one"', |
| bool | Bool = False, |
| list | IntArray = [1, 2, 3, 5], |
| list | Int64Array = [1 << 32], |
| list | UInt64Array = [int(1 << 32)], |
| list | DoubleArray = [-11.0, 2.0, 3.3, 0.4e-03, 1.0e-20, 1.0e20], |
| list | StringArray = ["one", "two", "four"], |
| dictionary | StringMap = {"one": "une"}, |
| list | BoolArray = [False, True, False], |
| list | EmptyArray = [], |
| list | DoubleArrayWithUnits |
| list | DoubleArrayWithoutUnits = [1100000.0, -20.0, 33.0, 0.4], |
| int | PInt = 101, |
| float | PDouble = 101.0e5, |
| string | PString = "hundred 'one'", |
| bool | PBool = True, |
| list | PIntArray = [1, 2, 3, 5], |
| list | PDoubleArray = [1.1, 2.0, 3.3, 1.0e-20, 1.0e20], |
| list | PStringArray = ["one", "two", "four"], |
| list | PBoolArray = [True, False, True, False], |
| list | IntPairArray = [(1, 2), (3, 4), (5, 6)], |
| list | DoublePairArray = [(1.1, 2.1), (2.3, 4.5), (5.6, 6.7)], |
| proxy | |
| app | |
| TopAlg | |
| EvtMax | |
| EvtSel | |
| HistogramPersistency | |
| msgSvc | |
| __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... | |
| SUCCESS | |
| gaudi | |
| props | |
| v | |
| def Properties.configure | ( | gaudi = None | ) |
|
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 23 of file Properties.py.
| Properties.alg |
Definition at line 29 of file Properties.py.
| Properties.app |
Definition at line 72 of file Properties.py.
| bool Properties.Bool = False, |
Definition at line 36 of file Properties.py.
| list Properties.BoolArray = [False, True, False], |
Definition at line 43 of file Properties.py.
| float Properties.Double = 101.1e10, |
Definition at line 34 of file Properties.py.
| list Properties.DoubleArray = [-11.0, 2.0, 3.3, 0.4e-03, 1.0e-20, 1.0e20], |
Definition at line 40 of file Properties.py.
| list Properties.DoubleArrayWithoutUnits = [1100000.0, -20.0, 33.0, 0.4], |
Definition at line 52 of file Properties.py.
| list Properties.DoubleArrayWithUnits |
Definition at line 46 of file Properties.py.
| list Properties.DoublePairArray = [(1.1, 2.1), (2.3, 4.5), (5.6, 6.7)], |
Definition at line 62 of file Properties.py.
| list Properties.EmptyArray = [], |
Definition at line 44 of file Properties.py.
| Properties.EvtMax |
Definition at line 82 of file Properties.py.
| Properties.EvtSel |
Definition at line 83 of file Properties.py.
| Properties.gaudi |
Definition at line 113 of file Properties.py.
| Properties.HistogramPersistency |
Definition at line 84 of file Properties.py.
| int Properties.Int = 101, |
Definition at line 31 of file Properties.py.
| int Properties.Int64 = 1 << 32, |
Definition at line 32 of file Properties.py.
| list Properties.Int64Array = [1 << 32], |
Definition at line 38 of file Properties.py.
| list Properties.IntArray = [1, 2, 3, 5], |
Definition at line 37 of file Properties.py.
| list Properties.IntPairArray = [(1, 2), (3, 4), (5, 6)], |
Definition at line 61 of file Properties.py.
| Properties.msgSvc |
Definition at line 89 of file Properties.py.
| int Properties.OutputLevel = 3, |
Definition at line 16 of file Properties.py.
| bool Properties.PBool = True, |
Definition at line 56 of file Properties.py.
| list Properties.PBoolArray = [True, False, True, False], |
Definition at line 60 of file Properties.py.
| float Properties.PDouble = 101.0e5, |
Definition at line 54 of file Properties.py.
| list Properties.PDoubleArray = [1.1, 2.0, 3.3, 1.0e-20, 1.0e20], |
Definition at line 58 of file Properties.py.
| int Properties.PInt = 101, |
Definition at line 53 of file Properties.py.
| list Properties.PIntArray = [1, 2, 3, 5], |
Definition at line 57 of file Properties.py.
| Properties.props |
Definition at line 119 of file Properties.py.
| Properties.proxy |
Definition at line 67 of file Properties.py.
| string Properties.PString = "hundred 'one'", |
Definition at line 55 of file Properties.py.
| list Properties.PStringArray = ["one", "two", "four"], |
Definition at line 59 of file Properties.py.
| string Properties.String = 'hundred "one"', |
Definition at line 35 of file Properties.py.
| list Properties.StringArray = ["one", "two", "four"], |
Definition at line 41 of file Properties.py.
| dictionary Properties.StringMap = {"one": "une"}, |
Definition at line 42 of file Properties.py.
| Properties.SUCCESS |
Definition at line 34 of file Properties.py.
| Properties.TopAlg |
Definition at line 73 of file Properties.py.
| Properties.UInt64 = int(1 << 32), |
Definition at line 33 of file Properties.py.
| list Properties.UInt64Array = [int(1 << 32)], |
Definition at line 39 of file Properties.py.
| Properties.v |
Definition at line 122 of file Properties.py.