Changeset 17159 for trunk/Mars/fact
- Timestamp:
- 09/09/13 16:51:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/gain/fit.sh
r17073 r17159 1 #!/bin/bash 2 1 3 inpath=$PWD/$1 2 4 outpath=${inpath}/fit … … 4 6 5 7 mkdir -p $outpath 8 cp ${macro} ${outpath} 6 9 7 files_out=`ls -1 ${inpath} | grep \.root`8 files_fit=`ls -1 ${outpath} | grep \.root`10 files_out=`ls -1r ${inpath} | grep \.root` 11 files_fit=`ls -1r ${outpath} | grep \.root` 9 12 10 13 for file in $files_out
Note:
See TracChangeset
for help on using the changeset viewer.