ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/batch/merge_scripts/merge_gfhS12.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

# Content
1 #!/bin/sh
2
3 mHarr=`ls -1 res/ref0.4err/gfhS12/`
4 for m in ${mHarr[*]}; do
5 echo "merging mH=${m}"
6 cp mergeHZZ.C res/ref0.4err/gfhS12/${m};
7 cd res/ref0.4err/gfhS12/${m};
8 root -l -q -b ./mergeHZZ.C\(${m},\"gfH\"\);
9 cd -;
10
11 # root -l -q -b ./mergeZZ.C\(${m},\"escaleUp\"\)
12 # root -l -q -b ./mergeZZ.C\(${m},\"escaleDown\"\)
13 done