Jlab software tmp fix
From Hall A Wiki
These are some tmp fixes for things in certain jlab_software version
If you are using JLAB_VERSION=1.2
'''a temp fix for GEMC 2.2''' use some fine tuned field parameters, support linear interpolation for field map,fix a bug to run on farm *************************** source your setup script cd $GEMC/../ mv 2.2 2.2_old svn co https://jlabsvn.jlab.org/svnroot/solid/solid_gemc2/mod/gemc/2.2 cd 2.2/source scons OPT=1 LIBRARY=shared *************************** '''a temp fix for BANKS 1.1''' WRITE_RAWS turn on/off tureinfo for all banks, now by default turn on for flux, off for all other banks *************************** source your setup script cd $BANKS/../ mv 1.1 1.1_old svn co https://jlabsvn.jlab.org/svnroot/solid/solid_gemc2/mod/banks/1.1 cd 1.1 scons OPT=1 ***************************
If you are using JLAB_VERSION=1.3
'''a temp fix for BANKS 1.2''' WRITE_RAWS turn on/off tureinfo for all banks, now by default turn on for flux, off for all other banks *************************** source your setup script cd $BANKS/../ mv 1.2 1.2_old svn co https://jlabsvn.jlab.org/svnroot/solid/solid_gemc2/mod/banks/1.2 cd 1.2 scons OPT=1 ***************************