Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #!/usr/bin/env bash
0002 
0003 set -e
0004 
0005 QCurandStateMonolithic_SPEC=1:0:0  $OPTICKS_BUILD/qudarap/tests/QCurandStateMonolithicTest
0006 QCurandStateMonolithic_SPEC=3:0:0  $OPTICKS_BUILD/qudarap/tests/QCurandStateMonolithicTest
0007 QCurandStateMonolithic_SPEC=10:0:0 $OPTICKS_BUILD/qudarap/tests/QCurandStateMonolithicTest
0008 
0009 mv $HOME/.opticks/rngcache/RNG/QCurandStateMonolithic_1M_0_0.bin $HOME/.opticks/rngcache/RNG/QCurandState_1000000_0_0.bin
0010 mv $HOME/.opticks/rngcache/RNG/QCurandStateMonolithic_3M_0_0.bin $HOME/.opticks/rngcache/RNG/QCurandState_3000000_0_0.bin
0011 mv $HOME/.opticks/rngcache/RNG/QCurandStateMonolithic_10M_0_0.bin $HOME/.opticks/rngcache/RNG/QCurandState_10000000_0_0.bin
0012 
0013 install -D $OPTICKS_HOME/tests/GEOM.sh $HOME/.opticks/GEOM/GEOM.sh
0014 
0015 # Generate initial photons for tests
0016 generate-input-photons
0017 
0018 export GEOM=RaindropRockAirWater
0019 export G4CXOpticks__setGeometry_saveGeometry=$HOME/.opticks/GEOM/$GEOM
0020 
0021 ctest --test-dir $OPTICKS_BUILD