hepgo-hep.org/x/hep/groot/cmd/root-split

root-split command

root-split splits an input file+tree into multiple output ROOT files, each containing N entries.

Usage: root-split [options] file.root

ex:

$> root-split -o out.root -n 10 ./testdata/chain.flat.1.root

options:

-n int
  	number of events to split into (default 100)
-o string
  	path to output ROOT files (default "out.root")
-t string
  	input tree name to split (default "tree")
-v	enable verbose mode
Version
v0.36.0 (latest)
Published
Nov 15, 2024
Platform
linux/amd64
Imports
7 packages
Last checked
1 day ago

Tools for package owners.