Skip to content

tch285/AO2DToBerkeleyTreeConverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


AO2DToBerkeleyTreeConverter

A converter for JE derived datasets into the BerkeleyTree format.

ContactDependenciesInstallationUsage

Contact

Authors: Kirill Naumov, Tucker Hwang, Florian Jonas
Contact: Tucker via Slack or [email protected]

Dependencies

This package comes in three components: a downloader and a conversion scheduler.

  • The downloader requires a valid Python 3 installation with the rich module installed, and the AliEn tools, in particular alien_find and alien_cp.
  • The converter depends only on ROOT and the yaml-cpp development package and is compiled with make. The name of the development package varies from system to system, but is typically called yaml-cpp-dev or yaml-cpp-devel.
  • The scheduler, written in Bash, requires an accessible Slurm configuration. The jobs are scheduled via sbatch.

Usage

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.

Future improvements

Check our issues page!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 43.9%
  • Python 38.0%
  • Shell 15.3%
  • Makefile 2.8%