Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #!/bin/bash
0002 
0003 source /opt/sphenix/core/bin/sphenix_setup.sh -n new
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 
0011 
0012 
0013 ls
0014 root '' > notes.log
0015 
0016 root -b "Fun4All_HCal.C(0,\"inputdata.txt\")"
0017 
0018 rm inputdata.txt
0019 echo "DONE" >> DONE.txt
0020 
0021 echo "JOB COMPLETE!"