Browse Source

Enhanced README

master
rskuza 2 years ago
parent
commit
c562013e27
  1. 3
      Code/Scripts/Python Scripts/README.md

3
Code/Scripts/Python Scripts/README.md

@ -38,3 +38,6 @@ The module `aggregate.py` exposes the `PathAggregator` which is very simple and
### package: processing ### 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. 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`
Loading…
Cancel
Save