Contact • Dependencies • Installation • Usage
Authors: Kirill Naumov, Tucker Hwang, Florian Jonas
Contact: Tucker via Slack or [email protected]
This package comes in three components: a downloader and a conversion scheduler.
- The downloader requires a valid Python 3 installation with the
richmodule installed, and the AliEn tools, in particularalien_findandalien_cp. - The converter depends only on
ROOTand theyaml-cppdevelopment package and is compiled withmake. The name of the development package varies from system to system, but is typically calledyaml-cpp-devoryaml-cpp-devel. - The scheduler, written in Bash, requires an accessible Slurm configuration. The jobs are scheduled via
sbatch.
Clone the repository with git clone [email protected]:KirillVNaumov/AO2DToBerkeleyTreeConverter.git.
For general usage and documentation, please refer to the README in the scripts directory.
Check our issues page!