Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #!/bin/bash
0002 
0003 ####### replace with your own equivilant 
0004 source /sphenix/u/bseidlitz/setup.sh
0005 
0006 echo "------------------setting up environment--------------------"
0007 export Cur_dir=$(pwd)
0008 echo "running area:" ${Cur_dir}
0009 echo "-------------------------running----------------------------"
0010 cd ${Cur_dir}
0011 ls
0012 root '' > notes.log
0013 
0014 
0015 
0016 root -b "Fun4All_EMCal_sp.C(0,\"inputdata.txt\",\"inputdatahits.txt\")"
0017 
0018 echo "JOB COMPLETE!"