Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #!/usr/bin/env python
0002 
0003 import os, numpy as np
0004 
0005 if __name__ == '__main__':
0006     p0 = os.path.expandvars("$FOLD/000/U4Hit_Debug.npy")
0007     a0 = np.load(p0)
0008     print( " p0 %s a0 %s " % (p0, str(a0.shape)))