13 from Configurables
import GaudiTestSuiteCommonConf
16 GaudiTestSuiteCommonConf(OutputLevel=INFO)
18 from GaudiKernel
import SystemOfUnits
as units
24 from Configurables
import PropertyAlg, PropertyProxy
35 String=
'hundred "one"',
37 IntArray=[1, 2, 3, 5],
39 UInt64Array=[int(1 << 32)],
40 DoubleArray=[-11.0, 2.0, 3.3, 0.4e-03, 1.0e-20, 1.0e20],
41 StringArray=[
"one",
"two",
"four"],
42 StringMap={
"one":
"une"},
43 BoolArray=[
False,
True,
False],
46 DoubleArrayWithUnits=[
52 DoubleArrayWithoutUnits=[1100000.0, -20.0, 33.0, 0.4],
55 PString=
"hundred 'one'",
57 PIntArray=[1, 2, 3, 5],
58 PDoubleArray=[1.1, 2.0, 3.3, 1.0e-20, 1.0e20],
59 PStringArray=[
"one",
"two",
"four"],
60 PBoolArray=[
True,
False,
True,
False],
61 IntPairArray=[(1, 2), (3, 4), (5, 6)],
62 DoublePairArray=[(1.1, 2.1), (2.3, 4.5), (5.6, 6.7)],
75 app.TopAlg += [alg, proxy]
77 app.TopAlg.remove(alg)
84 app.HistogramPersistency =
"NONE"
90 msgSvc.setDebug += [
"EventLoopMgr"]
91 msgSvc.setVerbose += [
"MsgTest"]
95 msgSvc.setWarning += [
"MsgTest"]