get_event_statistics
Retrieves event statistics and collection information from ROOT files via HTTP, with xrdcp fallback for inaccessible sources.
Instructions
Get event statistics and collection info from 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). |