|
| Properties.long |
| (c) Copyright 1998-2020 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...
|
|
| Properties.OutputLevel = 3, |
|
| Properties.alg |
|
int | Properties.Int = 101, |
|
int | Properties.Int64 = 1 << 32, |
|
| Properties.UInt64 = long(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 = [long(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 |
|