ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/batch/merge_scripts/mergeDataHiIP.sh
Revision: 1.1
Committed: Tue Jun 19 20:36:05 2012 UTC (12 years, 11 months ago) by khahn
Content type: application/x-sh
Branch: MAIN
CVS Tags: compiled, HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 khahn 1.1 #!/bin/sh
2    
3     dirs=`ls -1 res/ref0.4err/highIPdata2012/ | grep -v root`
4     for d in ${dirs[*]}; do
5     echo "merging label=${d}";
6     cp mergeDataHiIP.C res/ref0.4err/highIPdata2012/${d};
7     cd res/ref0.4err/highIPdata2012/${d};
8     root -l -q -b ./mergeDataHiIP.C\(\"${d}\"\);
9     cd -;
10     done
11    
12     root -l -q -b mergeAllDataHiIP.C