analyze_root_file
Analyzes ROOT file structure, trees, and branches using HTTP access or fallback copy via xrdcp.
Instructions
Analyze ROOT file structure, trees, and branches. Prefers HTTP-based access; if unavailable, set allow_copy: true to fall back to xrdcp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to ROOT file | |
| server | No | Name of the XRootD server to use (default: first configured server) | |
| allow_copy | No | Fall back to a full xrdcp file copy if HTTP access fails (default: false). |