Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #!/bin/csh
0002 
0003 set baseDir=`pwd`
0004 
0005 setenv HOME /phenix/u/$LOGNAME
0006 source /etc/csh.login
0007 foreach i (/etc/profile.d/*.csh)
0008 source $i
0009 end
0010 #source $HOME/.login
0011 source /opt/sphenix/core/bin/sphenix_setup.csh
0012 
0013 setenv LD_LIBRARY_PATH /gpfs/mnt/gpfs02/sphenix/user/lebedev/mdc/test/analysis/EventMix/install/lib:${LD_LIBRARY_PATH}
0014 
0015 printenv LD_LIBRARY_PATH
0016 #echo "nargs"
0017 #echo $#
0018 echo "input parameters: " $1 $2
0019 
0020 @ runno = $1 + $2 * 10
0021 echo "run number: " $runno
0022 #set strout="DST_sHijing_0_488fm-0000000001-0"
0023 #set strext=".root"
0024 #set outfilename="$strout$runno$strext"
0025 
0026 echo "running..."
0027 cd ${baseDir}
0028 pwd
0029 
0030 root -b -q  'runmb.C('$runno')'
0031