Jlab software tmp fix

From Hall A Wiki
Revision as of 21:21, 19 January 2017 by Zwzhao (Talk | contribs) (New page: These are some tmp fixes for things in certain jlab_software version = If you are using JLAB_VERSION=1.2 = <pre> '''a temp fix for GEMC 2.2''' use some fine tuned field parameters, suppo...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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  (or ln -s path_to_your_existing_checkout ./)
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  (or ln -s path_to_your_existing_checkout ./)
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  (or ln -s path_to_your_existing_checkout ./)
cd 1.2
scons OPT=1
***************************