Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #!/bin/bash -l 
0002 
0003 usage(){ cat << EOU
0004 iid.sh : comparing sensor info between the old world GGeo/GMergedMesh/GNodeLib and new world U4Tree/stree
0005 ===============================================================================================================
0006 
0007 
0008 EOU
0009 }
0010 
0011 
0012 export BASE=/tmp/$USER/opticks/ntds3/G4CXOpticks
0013 
0014 #export FOLD=$BASE/stree
0015 export FOLD=$BASE/stree_reorderSensors
0016 
0017 
0018 ${IPYTHON:-ipython} --pdb -i $(dirname $BASH_SOURCE)/iid.py 
0019