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 /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 # Read the file path from prdf_file_path.txt into a variable
0014 prdf_path=$(cat prdf_file.txt)
0015 
0016 # Run the ROOT macro with the combined string as an argument
0017 root  "Fun4All_HCalCalib.C(0,\"inputdata.txt\")"
0018 
0019 echo "JOB COMPLETE!"