/search.css" rel="stylesheet" type="text/css"/> /search.js">
Classes | |
class | MultiStreams |
Functions | |
def | configure |
def | run |
def RootIOTest::TestMultiStream::configure | ( | argv = None | ) |
Definition at line 61 of file TestMultiStream.py.
00062 : 00063 if not argv: return 00064 00065 print argv 00066 if argv[0] == "LotsaGens": 00067 print 'Generating some stuff' 00068 from RootIOTest.RootIOTestConf import LotsaGens 00069 alg = LotsaGens() 00070 from Gaudi.Configuration import ApplicationMgr 00071 theApp = ApplicationMgr() 00072 theApp.TopAlg.append(alg) 00073 00074 return
def RootIOTest::TestMultiStream::run | ( | app | ) |
Definition at line 75 of file TestMultiStream.py.