Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #!/bin/bash
0002 usage(){ cat << EOU
0003 
0004 ::
0005   
0006    ~/o/g4cx/tests/G4CXTest_raindrop_CPU.sh 
0007 
0008 
0009 EOU
0010 }
0011 
0012 cd $(dirname $(realpath $BASH_SOURCE))
0013 
0014 OPTICKS_INTEGRATION_MODE=2 ./G4CXTest_raindrop.sh $*
0015 
0016