Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:50:29

0001 #!/bin/bash -l 
0002 
0003 usage(){ cat << EOU
0004 
0005 Formerly tries to kludge together despite different geometry on U4SimulateTest.sh::
0006 
0007     if [ "$LAYOUT" == "one_pmt" -a "$running_mode" == "SRM_G4STATE_RERUN" -a "$VERSION" == "1" ]; then
0008 
0009        ## when using natural geometry need to apply some burns to
0010        ## jump ahead in a way that corresponds to the consumption 
0011        ## for navigating the fake volumes in the old complex geomerty 
0012 
0013        ./UU_BURN.sh 
0014        export SEvt__UU_BURN=/tmp/UU_BURN.npy
0015     fi 
0016 
0017 EOU
0018 
0019 }
0020 
0021 ${IPYTHON:-ipython} --pdb UU_BURN.py 
0022 
0023 
0024