Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 730 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 730 Bytes

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