oxyroot-ls

Crates.iooxyroot-ls
lib.rsoxyroot-ls
version0.1.25
sourcesrc
created_at2024-04-18 14:44:15.056306
updated_at2024-10-10 09:54:06.806327
descriptionA simple command line tool which use oxyroot to list the tree and branches of a .root file.
homepage
repositoryhttps://github.com/m-dupont/oxyroot
max_upload_size
id1212627
size23,130
Mathieu Dupont (m-dupont)

documentation

README

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                           

Commit count: 165

cargo fmt