Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:22

0001 #!/usr/bin/env bash
0002 
0003 for i in `cat runs.list`
0004 do
0005   echo root.exe -q calib_t0mean.C\(\"results/$i/calmbdpass2.3_q_$i.root\"\)
0006   root.exe -q calib_t0mean.C\(\"results/$i/calmbdpass2.3_q_$i.root\"\)
0007   root.exe -q make_cdbtree.C\(\"results/$i/mbd_t0corr.calib\"\)
0008   mv results/$i/mbd_t0corr.root results/$i/mbd_t0corr_${i}.root
0009 done
0010