get_dataset_event_statistics
Aggregate event statistics from all ROOT files in a dataset, using HTTP access when available or falling back to xrdcp.
Instructions
Aggregate event statistics across all ROOT files in a dataset. 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 dataset directory | |
| server | No | Name of the XRootD server to use (default: first configured server) | |
| allow_copy | No | Fall back to full xrdcp file copies if HTTP access fails (default: false). |