You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
cetin d929362417 thesis 8 months ago
data_results thesis 8 months ago
env first commit 10 months ago
moore_options thesis 8 months ago
neural_net_training training of nn 9 months ago
nn_neural_net_training nn trained 9 months ago
parameterisations training of nn 9 months ago
scripts thesis 8 months ago
.gitignore training of nn 9 months ago
.gitlab-ci.yml first commit 10 months ago
.pre-commit-config.yaml first commit 10 months ago
LICENSE first commit 10 months ago
README.md readme 10 months ago
electron_main.py first commit 10 months ago
main.py training of nn 9 months ago
main_tracking_losses.py first commit 10 months ago
setup.sh first commit 10 months ago
tuner.code-workspace EndVelo 8 months ago

README.md

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