From c562013e2787e99e75dca59853f36e28b10e9c88 Mon Sep 17 00:00:00 2001 From: rskuza Date: Thu, 15 Sep 2022 12:15:29 +0200 Subject: [PATCH] Enhanced README --- Code/Scripts/Python Scripts/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Code/Scripts/Python Scripts/README.md b/Code/Scripts/Python Scripts/README.md index ff5a3ae..0b11900 100644 --- a/Code/Scripts/Python Scripts/README.md +++ b/Code/Scripts/Python Scripts/README.md @@ -38,3 +38,6 @@ The module `aggregate.py` exposes the `PathAggregator` which is very simple and ### package: processing Exposes three modules: `extract`, `transform`, `visualisation`. `extract` exposes the `FileManager` which can be used to extract the relevant features out of the branches of a `root` file. `transform` exposes useful functions like `select_feature` in order to make cuts and `reweight_feature`. Take note that `select_feature` is not the most efficient way of doing cuts, for more efficient usage use the functionality of `uproot3` directly. `visualisation` exposes `reweight_comparing_plot` in order to plot 3 diagrams, two original features and the reweighted feature. + +### Here you can find my root files +Under `/work/skuza/thesis/Tuples`