14*******************************************************************************
16* Simple example which illustrates the usage of class StringKey *
18*******************************************************************************
22__author__ =
"Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
23from Configurables
import ApplicationMgr
24from Configurables
import Gaudi__TestSuite__StringKeyEx
as SKE
33ske = SKE(
"StringKeys", Key=
"key", Keys=[
"a",
"b",
"key",
"c",
"d"])
40if "__main__" == __name__:
50 ske = gaudi.algorithm(
"StringKeys")
52 ske.PropertiesPrint =
True
56 SK = cpp.Gaudi.StringKey
60 print(
"set new key: ", key)
64 keys = [key,
"rrr",
SK(
"s")]
66 print(
"set new keys: ", keys)
70 ske.PropertiesPrint =
True
The Application Manager class.