#! /bin/sh if [ "$NA62ANALYSIS_USERDIR" ]; then ssh hep002 $(realpath $0) # needed due to python incompatibilities exit 0 fi . /du1/e781/etc/e781rc.sh setup fbsng for f in /usr/people/ehep15/na62/recon/MarcoFilter/2018E-v3.1.2/00????.root; do fbs exec -q long -r CC7 $(dirname $(realpath $0))/run_2018E $f done exit 0