ATLAS Offline Software
Loading...
Searching...
No Matches
makeDcubeConfig Namespace Reference

Variables

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

Variable Documentation

◆ action

makeDcubeConfig.action

Definition at line 17 of file makeDcubeConfig.py.

◆ check

makeDcubeConfig.check

Definition at line 33 of file makeDcubeConfig.py.

◆ configName

makeDcubeConfig.configName

Writing new XML config.

Definition at line 76 of file makeDcubeConfig.py.

◆ dcubeCmd

makeDcubeConfig.dcubeCmd
Initial value:
1= [ dcubeExe, '-g',
2 '-c', 'tmp_'+MyArgs.configName,
3 '-r', MyArgs.inputFile, MyArgs.inputFile ]

First running dcube.py -c to get the (baseline) xml config.

Definition at line 29 of file makeDcubeConfig.py.

◆ dcubeExe

str makeDcubeConfig.dcubeExe = os.getenv( "ATLAS_LOCAL_ROOT" )+"/dcube/current/DCubeClient/python/dcube.py"

$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py

Definition at line 22 of file makeDcubeConfig.py.

◆ default

makeDcubeConfig.default

Definition at line 16 of file makeDcubeConfig.py.

◆ help

makeDcubeConfig.help

Definition at line 15 of file makeDcubeConfig.py.

◆ histList

makeDcubeConfig.histList = tdir.findall("hist1D")

Loop plots to adjust each plotopts First, loop all TDirectories.

Definition at line 46 of file makeDcubeConfig.py.

◆ log

makeDcubeConfig.log = logging.getLogger( "makeDcubeConfig.py" )

Definition at line 11 of file makeDcubeConfig.py.

◆ MyArgs

makeDcubeConfig.MyArgs = parser.parse_args()

Definition at line 18 of file makeDcubeConfig.py.

◆ parser

makeDcubeConfig.parser = argparse.ArgumentParser( description = "makeDcubeConfig.py options:" )

Definition at line 14 of file makeDcubeConfig.py.

◆ required

makeDcubeConfig.required

Definition at line 15 of file makeDcubeConfig.py.

◆ rootXML

makeDcubeConfig.rootXML = treeXML.getroot()

Definition at line 41 of file makeDcubeConfig.py.

◆ treeXML

makeDcubeConfig.treeXML = ET.parse( 'tmp_'+MyArgs.configName )

Definition at line 40 of file makeDcubeConfig.py.

◆ xml_declaration

makeDcubeConfig.xml_declaration

Writing new XML config.

Definition at line 76 of file makeDcubeConfig.py.