Updated README

This commit is contained in:
rskuza 2022-08-24 12:21:41 +02:00
parent a850513fd5
commit 84cc89889c

View File

@ -18,3 +18,10 @@ Afterwards you can use your virtual python environment in order to run the code.
If you want to see how to set the environment variables, have a look at `properties.env`. Also, I have run the code on the LHCbA1 machine but it should make no difference where you run the code.
You are done!
## Useful Scripts
### root_file_inspect.py
This script can be used to look inside a root file and see which branches and features it includes. To kick it off, give it a try with:
1. `python root_file_inspect.py --file=ROOT_FILE_PATH --regex=.*`
You do not need to set the regex flag but it can be useful if you search for some particular feature.