https://github.com/yandexdataschool/opera-opendata
https://github.com/yandexdataschool/opera-opendata
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yandexdataschool/opera-opendata
- Owner: yandexdataschool
- Created: 2018-06-16T16:57:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T23:09:13.000Z (over 6 years ago)
- Last Synced: 2024-12-26T12:10:27.871Z (6 months ago)
- Language: Jupyter Notebook
- Size: 349 KB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OPERA opendata baseline repository
## Data download
If you want to go from the source (root files), download it first:
make get_root
jupyter convert_OPERA_root_to_csv.ipynbNB: requires ROOT library to be installed
If you don't want to bother with ROOT installation, you can download CSV files from CERN opendata porta:
make get_csv
## Brick volume preparation
As soon as you get CSV files, you can combine simulated signal with background:
make prepare## Signal / Background separation
Have a look at the basic pipeline that separates electromagnetic showers from the background basetracks at [baseline.ipynb](https://github.com/yandexdataschool/OPERA-opendata/blob/master/baseline.ipynb).