#!/bin/bash
if [ "x${ROOTSYS}" = "x" ]; then
    THIS=$(dirname $0)
    ROOTSYS=$(cd ${THIS}/..;pwd); export ROOTSYS
fi
python /usr/lib/x86_64-linux-gnu/root5.34/python/genreflex/genreflex.py "$@"
