#!/bin/bash #$ -l h_vmem=5000M,short=TRUE # Divert output to directory #$ -o /scratch/e12i/knucl/fopiroot/data/vwalbre/sgeout/ # Write error in same file #$ -j y pwd cd $PANDAPATH; pwd . ./setenv echo "anafilename:" $anafilename echo "runnumber:" $runnumber echo "gas:" $gas echo "field:" $field echo "gain:" $gain echo "error:" $error echo "coorectrion" $correction python FOPI/mberger/analyseFOPIReco_cosmics2.py ${anafilename} --batch --info "generator=data,angle=-1,error=${error},correction=${correction},gas=${gas}" --nopostprocess