Public Member Functions | |
| def | __init__ |
Public Attributes | |
| dumper | |
Configure and add the dumper algorithm
Definition at line 37 of file __init__.py.
| def GenTools::__init__::Dumper::__init__ | ( | self | ) |
Definition at line 39 of file __init__.py.
00041 : 00042 from GenTools.GenToolsConf import GtHepMCDumper 00043 dumper = GtHepMCDumper("gendumper") 00044 from Gaudi.Configuration import ApplicationMgr 00045 theApp = ApplicationMgr() 00046 theApp.TopAlg.append(dumper) 00047 self.dumper = dumper 00048 return 00049
Definition at line 45 of file __init__.py.
1.4.7