Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #!/bin/bash -l 
0002 usage(){ cat << EOU
0003 SPMT_scan.sh
0004 ==============
0005 
0006 HUH getting nan again with N_MCT=900 N_SPOL=2 scan.
0007 Cannot reproduce the nan issue, added np.isnan checks
0008 to keep lookout for this. 
0009 
0010 ::
0011 
0012    PMTIDX=0,2,4 ./SPMT_scan.sh ana 
0013 
0014    # with the default LPMTID_LIST this picks three categories 
0015 
0016 EOU
0017 }
0018 
0019 REALDIR=$(cd $(dirname $BASH_SOURCE) && pwd )
0020 
0021 N_MCT=900 N_SPOL=1  $REALDIR/SPMT_test.sh $*
0022 #N_MCT=90   N_SPOL=1  $REALDIR/SPMT_test.sh $*
0023 
0024