Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:12:07

0001 #!/bin/zsh
0002 
0003 # EIC settings
0004 #XVAL=7.94e-05
0005 #Q2VAL=1.33e+00
0006 #YVAL=0.84
0007 #NVAL=1.07e+04
0008 #MLEPTON=0.000511
0009 #
0010 #root -b -q calculate_g1.C\($XVAL,$Q2VAL,$YVAL,$NVAL,$MLEPTON\)
0011 
0012 
0013 
0014 # SMC settings
0015 XVAL=0.0144
0016 Q2VAL=3.58
0017 YVAL=0.705
0018 NVAL=1e6
0019 MLEPTON=0.105
0020 
0021 root -b -q calculate_g1.C\($XVAL,$Q2VAL,$YVAL,$NVAL,$MLEPTON\)
0022