/search.css" rel="stylesheet" type="text/css"/> /search.js">
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Classes | Functions
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.

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

def RootIOTest::OutputFrobicator::run (   app)

Definition at line 61 of file OutputFrobicator.py.

00062             :
00063     alg = OutFrob()
00064     app.addAlgorithm(alg)
00065     return
00066 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Fri May 16 2014 10:20:12 for RootIOTest by doxygen 1.7.4