Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:21:01

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