extract_podio_metadata
Extract metadata from the podio_metadata tree in a ROOT file using HTTP access when available, with an option to copy the file via xrdcp as a fallback.
Instructions
Extract metadata from podio_metadata tree in ROOT file. 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). |