Data challenge to reconstruct tracks from hits in the VELO using spatial and time coordinates. Thanks to the team at Paris-Saclay Center for Data Science who developed the RAMP framework which has been used in this challenge.
-
Clone the repository
git clone https://gitlab.cern.ch/shtaneja/ramp-velo-challenge-.git cd ramp-velo-challenge-
-
setup a virtual environment or use conda
- with
conda
conda update conda conda env create -f environment.yml conda activate ramp_velo_challenge
- wit
pip
(recommend to use a virtual environment)
python -m pip install -r requirements.txt
- with
-
download the data sets
cd data python ../download.py
-
Launch the Jupyter Notebook to develop your own solution to the problem
-
Once you are happy with the score of your algorithm, you can upload the list of Tracks, as well as the code you used to find the list of tracks. A naming convention needs to be followed when submitting your reconstructed Tracks. The name of the text file should begin with the detector configuration of the relevant dataset followed by your name i.e. for the dual technology dataset, the file could be called
55microns_50psInner_200microns_50psOuter_Name.txt
. The reconstructed Tracks can be uploaded to the following link: https://cernbox.cern.ch/index.php/s/y9riDHYUFUtGLRm -
The code used to generate the reconstructed Tracks can be uploaded to the following link: https://cernbox.cern.ch/index.php/s/QAYTsj9Wo9CLZVH Remember to give your file an appropriate name which includes your name and the type of algorithm used i.e.
Name_neural_network.py