Changeset 17073 for trunk/Mars/fact


Ignore:
Timestamp:
09/05/13 11:30:51 (11 years ago)
Author:
tbretz
Message:
Do not add command to root history; echo command to log file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/gain/fit.sh

    r17033 r17073  
    1818    fi
    1919
    20     cmd="${ROOTSYS}/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)"
     20    cmd="ROOT_HIST=0 ${ROOTSYS}/bin/root -b -q -l ${macro}+\(\\\"${infile}\\\",\\\"${outfile}\\\"\)"
    2121
    2222    cd ~/Mars
    2323
    24     echo  ${cmd} | qsub -b yes -q test -cwd -e ${outfile}".err" -o ${outfile}".log"
     24    echo Submitting ${file}
     25    echo "echo ${cmd}; ${cmd}" | qsub -N f${file} -q test -cwd -e ${outfile}".err" -o ${outfile}".log"
    2526
    26     cd -
     27    cd - > /dev/null
    2728done
    2829
Note: See TracChangeset for help on using the changeset viewer.