![]() |
ATLAS Offline Software
|
Functions | |
| argparse.Namespace | parse_args () |
| None | set_atlas_style (str style_dir) |
| None | main () |
compare_volumes.py
Compare two G4Debugger “volumeSummary” histograms and plot their ratio. These histograms are
Created by G4DebuggingTools.G4DebuggingToolsConfig.StepHistogramToolCfg.
Example
-------
python compare_volumes.py \
--base path_where_hisgrom\
--in1 root_file_name_1 \
--in2 root_file_name_2 \
--atlas-style path_to_AtlasStyle \
--out-dir ./plots
| None python.plotting.stepPlot.main | ( | ) |
Definition at line 72 of file stepPlot.py.
| argparse.Namespace python.plotting.stepPlot.parse_args | ( | ) |
Define and parse CLI arguments.
Definition at line 26 of file stepPlot.py.
Load ATLAS style macros if they exist.
Definition at line 59 of file stepPlot.py.