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

In This Package:

DybIO::TestIncident Namespace Reference


Functions

def configure

Function Documentation

def DybIO::TestIncident::configure (   argv = None  ) 

Configure the TestIncident module. 

Definition at line 11 of file TestIncident.py.

00011                           :
00012     '''
00013     Configure the TestIncident module. 
00014     '''
00015 
00016     from Gaudi.Configuration import ApplicationMgr
00017     theApp = ApplicationMgr()
00018 
00019     from DybIO.DybIOConf import TestIOIncidentAlg
00020     alg = TestIOIncidentAlg()
00021     theApp.TopAlg.append(alg)
00022     return
00023 
00024 
00025     
00026         
        

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

Generated on Mon Apr 11 20:47:47 2011 for DybIO by doxygen 1.4.7