Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:48:59

0001 #!/bin/bash -l 
0002 usage(){ cat << EOU
0003 nmskMaskOut.sh
0004 ==================
0005 To temporatily look at a GEOM::    
0006 
0007     GEOM=nmskSolidMask ./gxt.sh ana 
0008 
0009 EOU
0010 }
0011 
0012 echo $BASH_SOURCE 
0013 
0014 #selection=294748
0015 
0016 GEOM=nmskMaskOut SELECTION=$selection ./CSGSimtraceRerunTest.sh $* 
0017