Changeset 17195 for trunk/Mars/fact
- Timestamp:
- 09/20/13 12:21:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/gain/fit.sh
r17159 r17195 15 15 infile=$inpath"/"${file} 16 16 outfile=${outpath}"/"${file} 17 17 18 18 if [ -e $outfile ] 19 19 then … … 21 21 fi 22 22 23 cmd=" ROOT_HIST=0 ${ROOTSYS}/bin/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)"23 cmd="date; ROOT_HIST=0 ${ROOTSYS}/bin/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)" 24 24 25 25 cd ~/Mars 26 26 27 echo Submitting ${file}28 27 echo "echo ${cmd}; ${cmd}" | qsub -N f${file} -q test -cwd -e ${outfile}".err" -o ${outfile}".log" 29 28
Note:
See TracChangeset
for help on using the changeset viewer.