DCube improvements
Compare changes
Files
4- Tim Adye authored
- Specify XML attributes, mon="/dir/hist" and/or ref="dir2/hist". Default is mon=name (in current TDirectory) and ref=mon, as before. - "dcube.py --generate --flat" generates an XML config with flat structure in a single <TDirectory>, specifying the full 'mon' path for each plot. This might be simpler for editing, but lists all together in the "Normal view" (simpler, but could lead to confusion if there are duplicate names). - Revert defaults: --branch=* --cmtconfig=* --install=* --project=* --jobId=* only for --generate, so the XML file matches any config. - Fix crash when Chi2TestX can't be run. - Remove spurious error message on --generate. - Don't exit if --branch="" etc.
+ 17
− 4
@@ -327,21 +327,34 @@ class DCubeApp( DCubeObject ):