| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DybHelloWorld::__init__::Configure Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 HelloWorldAlg

Detailed Description

Definition at line 6 of file __init__.py.


Member Function Documentation

def DybHelloWorld::__init__::Configure::__init__ (   self  ) 

Definition at line 7 of file __init__.py.

00007                       :
00008         ''' Configure the DybHelloWorld algorithm to some default
00009         settings.  The algorithm is available via the .HelloWorldAlg
00010         member of the returned object.  To see what properties this
00011         algorithm has run the program "properties.py DybHelloWorld"'''
00012 
00013 
00014         from DybHelloWorld.DybHelloWorldConf import DybHelloWorld
00015         dhw = DybHelloWorld()
00016         dhw.OutputLevel = 3
00017         dhw.MyInt = 42
00018         dhw.MyBool = 1
00019         dhw.MyDouble = 3.14159
00020         dhw.MyStringVec = [ "Welcome", "to", "DybGaudi", "Framework", "Tutorial" ]
00021         dhw.MyIntegerProperty = 43
00022         dhw.MyStringMap = { "foo": "bar", "baz": "quax" }
00023         dhw.MyStringVectorMap = {
00024             "A": ["one","two","three"],
00025             "B": ["ichi","ni","san"],
00026             }
00027         from Gaudi.Configuration import ApplicationMgr
00028         theApp = ApplicationMgr()
00029         theApp.TopAlg.append(dhw)
00030         self.HelloWorldAlg = dhw


Member Data Documentation

DybHelloWorld::__init__::Configure::HelloWorldAlg

Definition at line 27 of file __init__.py.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:09:52 2011 for DybHelloWorld by doxygen 1.4.7