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 /cvmfs/sphenix.sdcc.bnl.gov/gcc-12.1.0/opt/sphenix/core/bin/sphenix_setup.sh -n 
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 # Run the ROOT macro with the combined string as an argument
0014 root -b "Fun4All_Combiner.C"
0015 
0016 echo "JOB COMPLETE!"