/search.css" rel="stylesheet" type="text/css"/> /search.js">
Functions | |
def | configure |
def XmlDetDesc::dump_geo::configure | ( | argv = None | ) |
Definition at line 11 of file dump_geo.py.
00012 : 00013 if argv: 00014 path = argv[0] 00015 else: 00016 path = '/dd/Geometry' 00017 00018 from XmlDetDescChecks.XmlDetDescChecksConf import XddDumpAlg 00019 00020 da = XddDumpAlg() 00021 da.Paths = [path] 00022 00023 from Gaudi.Configuration import ApplicationMgr 00024 app = ApplicationMgr() 00025 app.TopAlg.append(da)