Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:11:03

0001 #!/bin/csh
0002 setenv HOME /phenix/u/$LOGNAME
0003 source /etc/csh.login
0004 foreach i (/etc/profile.d/*.csh)
0005   source $i
0006 end
0007 source /opt/sphenix/core/bin/sphenix_setup.csh -n
0008 setenv LD_LIBRARY_PATH /phenix/u/jpinkenburg/sPHENIX/install/lib:$LD_LIBRARY_PATH
0009 echo 'here comes your environment'
0010 printenv
0011 echo arg1 \(listfile\): $1
0012 echo arg2 \(outfile\): $2
0013 echo running root.exe -q -b MakeShowerSize.C\(\"$1\",\"$2\",0\)
0014 root.exe -q -b MakeShowerSize.C\(\"$1\",\"$2\",0\)
0015 echo "script done"