Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #!/bin/bash
0002 
0003 
0004 
0005 output_file="out_RUN.root"
0006 
0007 hadd $output_file BASEDIR/condorout/Out*/OUT*RUN*.root
0008 
0009 echo "Files have been merged into $output_file"
0010