Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:17

0001 #!/bin/bash
0002 usage(){ cat << EOU
0003 SGeoConfigTest.sh
0004 ===================
0005 
0006 ::
0007 
0008    ~/o/sysrap/tests/SGeoConfigTest.sh
0009 
0010    EMM=0,1,2,3,4,5,6,7 ~/o/sysrap/tests/SGeoConfigTest.sh
0011    EMM=t0,1,2,3,4,5,6,7 ~/o/sysrap/tests/SGeoConfigTest.sh
0012 
0013 
0014 Example ELV::
0015 
0016     sWorld,sTarget
0017     tsWorld,sTarget
0018     t:sWorld,sTarget
0019     ~sWorld,sTarget
0020     \~sWorld,sTarget
0021 
0022 
0023 EOU
0024 }
0025 
0026 
0027 source $HOME/.opticks/GEOM/GEOM.sh
0028 source $HOME/.opticks/GEOM/ELV.sh
0029 
0030 export SBitSet__level=1
0031 export SGeoConfig__ELVSelection_VERBOSE=1
0032 
0033 #test=ELVString
0034 test=ELVSelection
0035 
0036 export TEST=${TEST:-$test}
0037 
0038 SGeoConfigTest
0039 
0040