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     StringSet=[
"one", 
"two"],
 
   47     FloatUnorderedSet={1.1, 2.2},
 
   49     DoubleArrayWithUnits=[
 
   55     DoubleArrayWithoutUnits=[1100000.0, -20.0, 33.0, 0.4],
 
   58     PString=
"hundred 'one'",
 
   60     PIntArray=[1, 2, 3, 5],
 
   61     PDoubleArray=[1.1, 2.0, 3.3, 1.0e-20, 1.0e20],
 
   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)],
 
   78 app.TopAlg += [alg, proxy]
 
   80 app.TopAlg.remove(alg)
 
   87 app.HistogramPersistency = 
"NONE" 
   93 msgSvc.setDebug += [
"EventLoopMgr"]
 
   94 msgSvc.setVerbose += [
"MsgTest"]
 
   98 msgSvc.setWarning += [
"MsgTest"]