/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #!/usr/bin/env 00002 00003 __all__ = ['Configure','RootIOTestConf','TESDump','TestHeaderObjects'] 00004 00005 class Configure: 00006 00007 def __init__(self): 00008 from RootIOTestConf import RegSeqDumpAlg 00009 rsda = RegSeqDumpAlg() 00010 00011 from Gaudi.Configuration import ApplicationMgr 00012 theApp = ApplicationMgr() 00013 theApp.TopAlg.append(rsda) 00014 00015 return 00016 pass