#command-line-tool #root #file-tree #particle #physics #branch #list

app oxyroot-ls

A simple command line tool which use oxyroot to list the tree and branches of a .root file

6 releases

0.1.25 Oct 10, 2024
0.1.24 Apr 24, 2024

#1763 in Command line utilities

Download history 10/week @ 2024-07-24 3/week @ 2024-07-31 8/week @ 2024-09-18 9/week @ 2024-09-25 176/week @ 2024-10-09 6/week @ 2024-10-16

182 downloads per month

MIT/Apache

775KB
21K SLoC

oxyroot-ls

Install

```bash
cargo install oxyroot-ls
```

Usage

```bash
oxyroot-ls --file test_suite/create_root_files_with_root/t04_01_write_tree_points.root
```

Example output

=== "test_suite/create_root_files_with_root/t04_01_write_tree_points.root" ===
> TTree name='myTree' (title='')
> Data in myTree:
name                           | typename                       | interpretation                
-------------------------------+-------------------------------+-------------------------------
points                         | Point                          | Point                         
x                              | int32_t                        | i32                           
y                              | int32_t                        | i32                           

Dependencies

~11MB
~200K SLoC