20 from Configurables
import GaudiExamplesCommonConf
21 GaudiExamplesCommonConf(OutputLevel=INFO)
23 from GaudiKernel
import SystemOfUnits
as units
29 from Configurables
import PropertyAlg, PropertyProxy
40 String=
'hundred "one"',
42 IntArray=[1, 2, 3, 5],
44 UInt64Array=[
long(1 << 32)],
45 DoubleArray=[-11.0, 2., 3.3, 0.4e-03, 1.e-20, 1.e20],
46 StringArray=[
"one",
"two",
"four"],
47 StringMap={
"one":
"une"},
48 BoolArray=[
False,
True,
False],
52 DoubleArrayWithUnits=[
53 1.1 * units.m2, -2. * units.cm, 3.3 * units.cm, 0.4e-03 * units.m
55 DoubleArrayWithoutUnits=[1100000.0, -20., 33.0, 0.4],
58 PString=
"hundred 'one'",
60 PIntArray=[1, 2, 3, 5],
61 PDoubleArray=[1.1, 2., 3.3, 1.e-20, 1.e20],
62 PStringArray=[
"one",
"two",
"four"],
63 PBoolArray=[
True,
False,
True,
False],
64 IntPairArray=[(1, 2), (3, 4), (5, 6)],
65 DoublePairArray=[(1.1, 2.1), (2.3, 4.5), (5.6, 6.7)])
77 app.TopAlg += [alg, proxy]
79 app.TopAlg.remove(alg)
86 app.HistogramPersistency =
"NONE"
92 msgSvc.setDebug += [
"EventLoopMgr"]
93 msgSvc.setVerbose += [
"MsgTest"]
97 msgSvc.setWarning += [
"MsgTest"]