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

app oxyroot-ls

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

5 releases

0.1.24 Apr 24, 2024
0.1.23 Apr 21, 2024
0.1.22 Apr 18, 2024
0.1.21 Apr 18, 2024
0.1.20 Apr 18, 2024

#1934 in Command line utilities

Download history 376/week @ 2024-04-18 59/week @ 2024-04-25 2/week @ 2024-05-16 3/week @ 2024-05-23

224 downloads per month

MIT/Apache

555KB
13K 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

~10MB
~189K SLoC