name: hep-root-analysis description: High-energy physics ROOT-file analysis workflow with staged inputs, branch discovery, saved intermediate artifacts, and final plotting/report outputs.
Use this skill when the request involves staged ROOT files, TTrees, uproot-based inspection, and HEP plotting/report outputs.
Workflow:
- Confirm the staged inputs with
input_manifestand useinput/<filename>as the canonical reference. - Treat ROOT files as structured binary inputs. Do not rely on repeated
read_textas the main inspection method. - If branch names are not known, write and run a helper that saves a branch-list artifact in the current artifact workspace.
- Read the saved branch-list artifact and use it as the intermediate evidence for the next helper step.
- The final deliverable should be a plot/report artifact inside the current run's artifact workspace.