File indexing completed on 2026-04-09 07:49:17
0001
0002 usage(){ cat << EOU
0003 SEvtLoadTest.sh
0004 ================
0005
0006 ~/o/sysrap/tests/SEvtLoadTest.sh
0007
0008 EOU
0009 }
0010
0011 cd $(dirname $(realpath $BASH_SOURCE))
0012
0013 logging()
0014 {
0015 type $FUNCNAME
0016 export SEvt=INFO
0017 export SEventConfig=INFO
0018 }
0019
0020 [ -n "$LOG" ] && logging
0021
0022
0023
0024
0025 export GEOM=hamaLogicalPMT
0026 export SOpticksResource_ExecutableName=U4PMTFastSimTest
0027
0028
0029 export OPTICKS_RUNNING_MODE=SRM_G4STATE_RERUN
0030 export OPTICKS_G4STATE_RERUN=726
0031
0032
0033 SEvtLoadTest
0034
0035
0036