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 6a286bfec7 fixed compare root files 9 months ago
data_results fixed compare root files 9 months ago
env first commit 10 months ago
moore_options added ghost rate to CompareEfficiency.py 9 months ago
parameterisations first commit 10 months ago
scripts fixed compare root files 9 months ago
.gitignore mod gitignore 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 first commit 10 months ago
main_tracking_losses.py first commit 10 months ago
setup.sh first commit 10 months ago
tuner.code-workspace first commit 10 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