diff --git a/Code/Scripts/Python Scripts/README.md b/Code/Scripts/Python Scripts/README.md index 3b032ba..200f9d8 100644 --- a/Code/Scripts/Python Scripts/README.md +++ b/Code/Scripts/Python Scripts/README.md @@ -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.