From 84cc89889ca1f6723147234e82c7628940c9fdc2 Mon Sep 17 00:00:00 2001 From: rskuza Date: Wed, 24 Aug 2022 12:21:41 +0200 Subject: [PATCH] Updated README --- Code/Scripts/Python Scripts/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.