Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:49:35

0001 #!/bin/bash -l 
0002 usage(){ cat << EOU
0003 gxs_ab.sh
0004 =======================
0005 
0006 ::
0007 
0008     gx
0009     ./gxs_ab.sh
0010 
0011 
0012 HMM : LOOKS TO BE REPLACED WITH ab.sh ?
0013 
0014 EOU
0015 }
0016 
0017 
0018 source $(dirname $BASH_SOURCE)/../bin/COMMON.sh 
0019 
0020 FOLD_MODE=GXS source $(dirname $BASH_SOURCE)/../bin/AB_FOLD.sh 
0021 
0022 export CFBASE 
0023 
0024 ${IPYTHON:-ipython} --pdb -i tests/G4CXSimulateTest_ab.py $*  
0025 
0026