This repository is for standalone scripts. Place python scripts in the python directory, and c++ scripts in the cpp directory, and shell scripts in the bash directory. For c++, please include a Makefile to compile your application, unless it is to run as ROOT macro (though compiled scripts are preferred for compile-time error checking). For python scipts, please specify your environment and all python modules, including versions, your script relies on.