update readme
This commit is contained in:
parent
2c5471e05f
commit
4918c152b5
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -34,6 +34,19 @@ $ ./rntviewer ntpl lmext1.root
|
|||
```
|
||||
|
||||
### Usage
|
||||
Basic usage is:
|
||||
```
|
||||
$ ./rntviewer <ntuple_name> <ntuple_file.root>
|
||||
```
|
||||
|
||||
This will open a window and let you browse the RNTuple, jump around its sections and get some
|
||||
information about them.
|
||||
|
||||
There is also a non-interactive non-graphical mode that can be used in a terminal (useful
|
||||
e.g. for ssh sessions):
|
||||
```
|
||||
$ ./rntviewer -t <ntuple_name> <ntuple_file.root>
|
||||
```
|
||||
|
||||
The `-t` flag enables terminal mode. Use `./rntviewer -h` to get a help message about the
|
||||
other flags that rntviewer accepts and are particularly useful in non-interactive mode.
|
||||
|
|
Loading…
Reference in a new issue