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

In This Package:

RootIOTest::OutputFrobicator Namespace Reference


Classes

class  OutFrob

Functions

def configure
def run

Function Documentation

def RootIOTest::OutputFrobicator::configure (   argv = None  ) 

Definition at line 51 of file OutputFrobicator.py.

00051                         :
00052     from RootIOSvc.RootIOSvcConf import RootIOCnvSvc
00053     rio = RootIOCnvSvc()
00054 
00055     from Gaudi.Configuration import ApplicationMgr
00056     theApp = ApplicationMgr()
00057     theApp.ExtSvc.append(rio)
00058 
00059     return
00060 
def run(app):

def RootIOTest::OutputFrobicator::run (   app  ) 

Definition at line 61 of file OutputFrobicator.py.

00061             :
00062     alg = OutFrob()
00063     app.addAlgorithm(alg)
00064     return
00065 

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

Generated on Mon Apr 11 20:58:42 2011 for RootIOTest by doxygen 1.4.7