18 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.0, 3.3, 0.4e-03, 1.0e-20, 1.0e20],
46 StringArray=[
"one",
"two",
"four"],
47 StringMap={
"one":
"une"},
48 BoolArray=[
False,
True,
False],
51 DoubleArrayWithUnits=[
57 DoubleArrayWithoutUnits=[1100000.0, -20.0, 33.0, 0.4],
60 PString=
"hundred 'one'",
62 PIntArray=[1, 2, 3, 5],
63 PDoubleArray=[1.1, 2.0, 3.3, 1.0e-20, 1.0e20],
64 PStringArray=[
"one",
"two",
"four"],
65 PBoolArray=[
True,
False,
True,
False],
66 IntPairArray=[(1, 2), (3, 4), (5, 6)],
67 DoublePairArray=[(1.1, 2.1), (2.3, 4.5), (5.6, 6.7)],
80 app.TopAlg += [alg, proxy]
82 app.TopAlg.remove(alg)
89 app.HistogramPersistency =
"NONE"
95 msgSvc.setDebug += [
"EventLoopMgr"]
96 msgSvc.setVerbose += [
"MsgTest"]
100 msgSvc.setWarning += [
"MsgTest"]