Go to file
2024-02-21 15:24:36 +01:00
data logs and gitignore 2024-02-21 08:34:33 +01:00
data_matching thesis tweaks plots 2024-02-21 15:24:36 +01:00
data_results trained e def and e filter 2024-02-19 15:41:09 +01:00
env first commit 2023-12-19 13:00:59 +01:00
moore_options thesis tweaks plots 2024-02-21 15:24:36 +01:00
neural_net_training training of nn 2024-01-15 16:16:12 +01:00
nn_neural_net_training nn trained 2024-01-09 16:32:06 +01:00
parameterisations trained e def and e filter 2024-02-19 15:41:09 +01:00
scripts logs and gitignore 2024-02-21 08:34:33 +01:00
thesis logs and gitignore 2024-02-21 08:34:33 +01:00
.gitignore root files 2024-02-21 08:38:48 +01:00
.gitlab-ci.yml first commit 2023-12-19 13:00:59 +01:00
.pre-commit-config.yaml first commit 2023-12-19 13:00:59 +01:00
electron_main.py trained e def and e filter 2024-02-19 15:41:09 +01:00
LICENSE first commit 2023-12-19 13:00:59 +01:00
main_tracking_losses.py first commit 2023-12-19 13:00:59 +01:00
main.py training of nn 2024-01-15 16:16:12 +01:00
README.md readme 2023-12-19 13:05:56 +01:00
setup.sh first commit 2023-12-19 13:00:59 +01:00
tuner.code-workspace saved delta p dist 2024-02-12 15:57:23 +01:00

Parameterisation Tuner

This project provides utils for producing magic parameters used by the pattern recognition algorithms in the Rec project. Typical parameters are coefficients for extrapolation polynomials and weights for TMVA methods. This is based on this repo by André Günther.

Setup

There's a bash script for setting up the necessary (python) environment. Simply do:

chmod +x setup.sh
./setup.sh

This will install dependencies like ROOT and Jupyter. To enter the environment do:

source env/tuner_env/bin/activate
conda activate tuner