/usr/bin/genreflex-rootcint is in libroot-core-dev 5.34.30-0ubuntu8.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
dir=/usr/lib/x86_64-linux-gnu/root5.34
python ${dir}/python/genreflex/genreflex-rootcint.py "$@"
|