|
| | Properties.OutputLevel = 3, |
| |
| | Properties.alg |
| |
| int | Properties.Int = 101, |
| |
| int | Properties.Int64 = 1 << 32, |
| |
| | Properties.UInt64 = int(1 << 32), |
| |
| float | Properties.Double = 101.1e10, |
| |
| string | Properties.String = 'hundred "one"', |
| |
| bool | Properties.Bool = False, |
| |
| list | Properties.IntArray = [1, 2, 3, 5], |
| |
| list | Properties.Int64Array = [1 << 32], |
| |
| list | Properties.UInt64Array = [int(1 << 32)], |
| |
| list | Properties.DoubleArray = [-11.0, 2.0, 3.3, 0.4e-03, 1.0e-20, 1.0e20], |
| |
| list | Properties.StringArray = ["one", "two", "four"], |
| |
| dictionary | Properties.StringMap = {"one": "une"}, |
| |
| list | Properties.BoolArray = [False, True, False], |
| |
| list | Properties.EmptyArray = [], |
| |
| list | Properties.DoubleArrayWithUnits |
| |
| list | Properties.DoubleArrayWithoutUnits = [1100000.0, -20.0, 33.0, 0.4], |
| |
| int | Properties.PInt = 101, |
| |
| float | Properties.PDouble = 101.0e5, |
| |
| string | Properties.PString = "hundred 'one'", |
| |
| bool | Properties.PBool = True, |
| |
| list | Properties.PIntArray = [1, 2, 3, 5], |
| |
| list | Properties.PDoubleArray = [1.1, 2.0, 3.3, 1.0e-20, 1.0e20], |
| |
| list | Properties.PStringArray = ["one", "two", "four"], |
| |
| list | Properties.PBoolArray = [True, False, True, False], |
| |
| list | Properties.IntPairArray = [(1, 2), (3, 4), (5, 6)], |
| |
| list | Properties.DoublePairArray = [(1.1, 2.1), (2.3, 4.5), (5.6, 6.7)], |
| |
| | Properties.proxy |
| |
| | Properties.app |
| |
| | Properties.TopAlg |
| |
| | Properties.EvtMax |
| |
| | Properties.EvtSel |
| |
| | Properties.HistogramPersistency |
| |
| | Properties.msgSvc |
| |