Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #!/bin/bash
0002 
0003 echo "------------------setting up environment--------------------"
0004 export Cur_dir=$(pwd)
0005 echo "running area:" ${Cur_dir}
0006 echo "-------------------------running----------------------------"
0007 cd ${Cur_dir}
0008 ls
0009 root '' > notes.log
0010 
0011 
0012 # Run the ROOT macro with the file path as the second argument
0013 root "Fun4All_EMCal.C(0,\"inputdata.txt\")"
0014 
0015 echo "JOB COMPLETE!"