Skip to content

Analysis routine for light hypernuclei

Notifications You must be signed in to change notification settings

chiarapinto/HyperRoutine

 
 

Repository files navigation

HyperRoutine

Analysis routine for light hypernuclei

Dependencies

  • ROOT > 6.26
  • hipe4ml, possibly in dev mode. To install the in-development package:
git clone https://github.com/hipe4ml/hipe4ml.git

Then, from the repository base directory

pip install -e .[dev]

How to run the analyses

  • Inspect the output tree and produce basic histograms:
python3 analyse_tree.py --config-file config/analyse_tree/your_config.yaml
  • Extract the raw and corrected pt spectrum:
python3 pt_analysis.py --config-file config/pt_analysis/your_config.yaml
  • Extract the raw and corrected ct spectrum:
python3 ct_analysis.py --config-file config/ct_analysis/your_config.yaml

About

Analysis routine for light hypernuclei

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.5%
  • C 19.3%
  • C++ 11.8%
  • Shell 0.4%