![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | makeDcubeConfig |
Variables | |
| makeDcubeConfig.log = logging.getLogger( "makeDcubeConfig.py" ) | |
| makeDcubeConfig.parser = argparse.ArgumentParser( description = "makeDcubeConfig.py options:" ) | |
| makeDcubeConfig.help | |
| makeDcubeConfig.required | |
| makeDcubeConfig.default | |
| makeDcubeConfig.action | |
| makeDcubeConfig.MyArgs = parser.parse_args() | |
| str | makeDcubeConfig.dcubeExe = os.getenv( "ATLAS_LOCAL_ROOT" )+"/dcube/current/DCubeClient/python/dcube.py" |
| $ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py | |
| list | makeDcubeConfig.dcubeCmd |
| First running dcube.py -c to get the (baseline) xml config. | |
| makeDcubeConfig.check | |
| makeDcubeConfig.treeXML = ET.parse( 'tmp_'+MyArgs.configName ) | |
| makeDcubeConfig.rootXML = treeXML.getroot() | |
| makeDcubeConfig.histList = tdir.findall("hist1D") | |
| Loop plots to adjust each plotopts First, loop all TDirectories. | |
| makeDcubeConfig.configName | |
| Writing new XML config. | |
| makeDcubeConfig.xml_declaration | |
| Writing new XML config. | |